Disable warnings in an IRGen test to make test failures less noisy
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 23 Jan 2015 22:47:05 +0000 (22:47 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 23 Jan 2015 22:47:05 +0000 (22:47 +0000)
llvm-svn: 226954

clang/test/CodeGenCXX/debug-info-line.cpp

index 36b7a94..dd04a4b 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -gline-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s
-// RUN: %clang_cc1 -gline-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - -triple i686-linux-gnu | FileCheck %s
+// RUN: %clang_cc1 -w -gline-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -w -gline-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - -triple i686-linux-gnu | FileCheck %s
 
 // XFAIL: win32