aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/config_test.go')
-rw-r--r--compiler_wrapper/config_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler_wrapper/config_test.go b/compiler_wrapper/config_test.go
index a11c2857..5492a1bb 100644
--- a/compiler_wrapper/config_test.go
+++ b/compiler_wrapper/config_test.go
@@ -38,6 +38,7 @@ func TestRealConfigWithUseCCacheFlag(t *testing.T) {
}
}
+/* TODO: Re-enable this, when llvm-next is different than llvm
func TestRealConfigWithUseLLvmFlag(t *testing.T) {
resetGlobals()
defer resetGlobals()
@@ -68,6 +69,7 @@ func TestRealConfigWithUseLLvmFlag(t *testing.T) {
t.Fatalf("UseLlvmNext: Expected an error, got none")
}
}
+*/
func TestRealConfigWithConfigNameFlag(t *testing.T) {
resetGlobals()
@@ -126,6 +128,7 @@ func isSysrootHardened(cfg *config) bool {
return false
}
+// TODO: Update this with correct flag when we change llvm-next.
func isUsingLLvmNext(cfg *config) bool {
for _, arg := range cfg.clangFlags {
if arg == "-Wno-reorder-init-list" {