aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_clang_host_golden/bisect.json
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2022-01-06 08:18:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-06 08:18:42 +0000
commit38574f5e9831e7f0f28f973b5e61553f5fdb4d78 (patch)
treecf4cdad04e1c146844e2a790910cf9cd1b97082a /compiler_wrapper/testdata/cros_clang_host_golden/bisect.json
parentf103b9f78baa21b4edf25d5dd5a1226b6c0ff159 (diff)
parent6323407a0d9e34a73fa3cfb9925f9a16333b4e68 (diff)
downloadtoolchain-utils-38574f5e9831e7f0f28f973b5e61553f5fdb4d78.tar.gz
Merging 32 commit(s) from Chromium's toolchain-utils am: 7bc245bad9 am: 6323407a0d
Original change: https://android-review.googlesource.com/c/platform/external/toolchain-utils/+/1937961 Change-Id: Ib3d45bbdce54e181b3f361afb9af129256ecb101
Diffstat (limited to 'compiler_wrapper/testdata/cros_clang_host_golden/bisect.json')
-rw-r--r--compiler_wrapper/testdata/cros_clang_host_golden/bisect.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/compiler_wrapper/testdata/cros_clang_host_golden/bisect.json b/compiler_wrapper/testdata/cros_clang_host_golden/bisect.json
index fae0f9f5..e237c7c7 100644
--- a/compiler_wrapper/testdata/cros_clang_host_golden/bisect.json
+++ b/compiler_wrapper/testdata/cros_clang_host_golden/bisect.json
@@ -43,7 +43,8 @@
"-Wno-implicit-int-float-conversion",
"-Wno-compound-token-split-by-space",
"-Wno-string-concatenation",
- "-Wno-deprecated-copy"
+ "-Wno-deprecated-copy",
+ "-Wno-unused-but-set-variable"
],
"env_updates": [
"PYTHONPATH=/somepath/test_binary"
@@ -97,7 +98,8 @@
"-Wno-implicit-int-float-conversion",
"-Wno-compound-token-split-by-space",
"-Wno-string-concatenation",
- "-Wno-deprecated-copy"
+ "-Wno-deprecated-copy",
+ "-Wno-unused-but-set-variable"
],
"env_updates": [
"PYTHONPATH=/somepath/test_binary"
@@ -154,7 +156,8 @@
"-Wno-implicit-int-float-conversion",
"-Wno-compound-token-split-by-space",
"-Wno-string-concatenation",
- "-Wno-deprecated-copy"
+ "-Wno-deprecated-copy",
+ "-Wno-unused-but-set-variable"
],
"env_updates": [
"PYTHONPATH=/somepath/test_binary"