aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/cros_llvm_next_flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/cros_llvm_next_flags.go')
-rw-r--r--compiler_wrapper/cros_llvm_next_flags.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler_wrapper/cros_llvm_next_flags.go b/compiler_wrapper/cros_llvm_next_flags.go
index 6cd7cd2a..ef4b828d 100644
--- a/compiler_wrapper/cros_llvm_next_flags.go
+++ b/compiler_wrapper/cros_llvm_next_flags.go
@@ -15,4 +15,6 @@ package main
// TODO: Enable test in config_test.go, once we have new llvm-next flags.
var llvmNextFlags = []string{}
-var llvmNextPostFlags = []string{}
+var llvmNextPostFlags = []string{
+ "-Wno-compound-token-split-by-space",
+}