aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler_wrapper/cros_llvm_next_flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/cros_llvm_next_flags.go b/compiler_wrapper/cros_llvm_next_flags.go
index 0c8dc671..d2ae413b 100644
--- a/compiler_wrapper/cros_llvm_next_flags.go
+++ b/compiler_wrapper/cros_llvm_next_flags.go
@@ -14,7 +14,7 @@ package main
// TODO: Enable test in config_test.go, once we have new llvm-next flags.
var llvmNextFlags = []string{
- "-Wl,-z,nostart-stop-gc",
+ "-Wno-unused-but-set-variable",
}
var llvmNextPostFlags = []string{}