aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_hardened_golden/bisect.json
diff options
context:
space:
mode:
authorRyan Beltran <ryanbeltran@chromium.org>2021-10-20 21:48:38 +0000
committerCommit Bot <commit-bot@chromium.org>2021-10-20 23:17:22 +0000
commitafd2d4b05fac5f3a71fd78e251f04cc54cb65c57 (patch)
tree624805a12e5868f064944a9ef17087d3b7acbf9b /compiler_wrapper/testdata/cros_hardened_golden/bisect.json
parent217c68a15b816dca4e11a21d2365386fd05aa62b (diff)
downloadtoolchain-utils-afd2d4b05fac5f3a71fd78e251f04cc54cb65c57.tar.gz
compiler_wrapper: ignore unused_but_set_variable
This CL adds -Wno-unused-but-set-variable to clang post flags to prevent these warnings from blocking the LLVM uprev. BUG=b:195433889 TEST=cq Change-Id: I5195412183e2684aecd20b6ff2c3345f8b8b9dfb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3235575 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Ryan Beltran <ryanbeltran@chromium.org> Tested-by: Ryan Beltran <ryanbeltran@chromium.org>
Diffstat (limited to 'compiler_wrapper/testdata/cros_hardened_golden/bisect.json')
-rw-r--r--compiler_wrapper/testdata/cros_hardened_golden/bisect.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler_wrapper/testdata/cros_hardened_golden/bisect.json b/compiler_wrapper/testdata/cros_hardened_golden/bisect.json
index c3bac4d2..995ce860 100644
--- a/compiler_wrapper/testdata/cros_hardened_golden/bisect.json
+++ b/compiler_wrapper/testdata/cros_hardened_golden/bisect.json
@@ -54,6 +54,7 @@
"-Wno-compound-token-split-by-space",
"-Wno-string-concatenation",
"-Wno-deprecated-copy",
+ "-Wno-unused-but-set-variable",
"-mno-movbe",
"-B../../bin",
"-target",
@@ -125,6 +126,7 @@
"-Wno-compound-token-split-by-space",
"-Wno-string-concatenation",
"-Wno-deprecated-copy",
+ "-Wno-unused-but-set-variable",
"-mno-movbe",
"-B../../bin",
"-target",
@@ -199,6 +201,7 @@
"-Wno-compound-token-split-by-space",
"-Wno-string-concatenation",
"-Wno-deprecated-copy",
+ "-Wno-unused-but-set-variable",
"-mno-movbe",
"-B../../bin",
"-target",