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.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/compiler_wrapper/cros_llvm_next_flags.go b/compiler_wrapper/cros_llvm_next_flags.go
index f5823fbf..6cd7cd2a 100644
--- a/compiler_wrapper/cros_llvm_next_flags.go
+++ b/compiler_wrapper/cros_llvm_next_flags.go
@@ -13,11 +13,6 @@ package main
// tag is set.
// TODO: Enable test in config_test.go, once we have new llvm-next flags.
-var llvmNextFlags = []string{
- "-Wno-compound-token-split-by-macro",
-}
+var llvmNextFlags = []string{}
-var llvmNextPostFlags = []string{
- "-Wno-compound-token-split-by-space",
- "-Wno-string-concatenation",
-}
+var llvmNextPostFlags = []string{}