From 12e64d953f14fa645823d347682340aace36f26c Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 30 Jun 2016 17:41:27 +0000 Subject: Port some more debug info tests on Windows llvm-svn: 274245 --- clang/test/CodeGenCXX/debug-info-line.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'clang/test/CodeGenCXX/debug-info-line.cpp') diff --git a/clang/test/CodeGenCXX/debug-info-line.cpp b/clang/test/CodeGenCXX/debug-info-line.cpp index 9fb6ba8ac70..11653040109 100644 --- a/clang/test/CodeGenCXX/debug-info-line.cpp +++ b/clang/test/CodeGenCXX/debug-info-line.cpp @@ -1,8 +1,6 @@ -// RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s // RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -std=c++11 -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - -triple i686-linux-gnu | FileCheck %s -// XFAIL: win32 - int &src(); int *sink(); extern "C" __complex float complex_src(); -- cgit v1.2.3