]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226954 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info-line.cpp

index 36b7a94a5146ec03d88b18eb641070df42aa50b9..dd04a4b9d51ef6cfc4e0d8ab0deef6181b405bf0 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