Commit f74f4fd0 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Commit Bot

mb: Change Android CFI perf builders to build with ThinLTO instead of CFI.

For the moment, this is the configuration that we plan to deploy in
official builds.

Bug: 821860
Change-Id: I70ff3df79988a741676b52a18a0d6c3fe4f2438e
Reviewed-on: https://chromium-review.googlesource.com/1053230Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Peter Collingbourne <pcc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#563020}
parent debc03f2
...@@ -403,8 +403,8 @@ ...@@ -403,8 +403,8 @@
'Linux Compile Perf FYI': 'official_goma_perf', 'Linux Compile Perf FYI': 'official_goma_perf',
'Android Builder Perf FYI': 'official_goma_minimal_symbols_android', 'Android Builder Perf FYI': 'official_goma_minimal_symbols_android',
'Android arm64 Builder Perf FYI': 'official_goma_minimal_symbols_android_arm64', 'Android arm64 Builder Perf FYI': 'official_goma_minimal_symbols_android_arm64',
'Android CFI Builder Perf FYI': 'official_goma_minimal_symbols_android_cfi', 'Android CFI Builder Perf FYI': 'official_goma_minimal_symbols_android_thin_lto',
'Android CFI arm64 Builder Perf FYI': 'official_goma_minimal_symbols_android_cfi_arm64', 'Android CFI arm64 Builder Perf FYI': 'official_goma_minimal_symbols_android_thin_lto_arm64',
'Battor Agent Linux': 'release_bot', 'Battor Agent Linux': 'release_bot',
'Battor Agent Mac': 'release_bot', 'Battor Agent Mac': 'release_bot',
'Battor Agent Win': 'release_bot', 'Battor Agent Win': 'release_bot',
...@@ -1435,12 +1435,12 @@ ...@@ -1435,12 +1435,12 @@
'official', 'goma', 'minimal_symbols', 'android', 'arm64', 'official', 'goma', 'minimal_symbols', 'android', 'arm64',
], ],
'official_goma_minimal_symbols_android_cfi': [ 'official_goma_minimal_symbols_android_thin_lto': [
'official', 'goma', 'minimal_symbols', 'android', 'cfi', 'official', 'goma', 'minimal_symbols', 'android', 'thin_lto',
], ],
'official_goma_minimal_symbols_android_cfi_arm64': [ 'official_goma_minimal_symbols_android_thin_lto_arm64': [
'official', 'goma', 'minimal_symbols', 'android', 'cfi', 'arm64', 'official', 'goma', 'minimal_symbols', 'android', 'thin_lto', 'arm64',
], ],
'official_goma_x86': [ 'official_goma_x86': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment