From: David Blaikie Date: Fri, 23 Jan 2015 22:47:05 +0000 (+0000) Subject: Disable warnings in an IRGen test to make test failures less noisy X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3515a2fb2c7a512c621d1327b14fffce9aaaff0b;p=clang Disable warnings in an IRGen test to make test failures less noisy git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-info-line.cpp b/test/CodeGenCXX/debug-info-line.cpp index 36b7a94a51..dd04a4b9d5 100644 --- a/test/CodeGenCXX/debug-info-line.cpp +++ b/test/CodeGenCXX/debug-info-line.cpp @@ -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