From 3515a2fb2c7a512c621d1327b14fffce9aaaff0b Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 23 Jan 2015 22:47:05 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-info-line.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0