diff options
author | Reid Kleckner <rnk@google.com> | 2016-06-30 17:41:27 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-06-30 17:41:27 +0000 |
commit | 12e64d953f14fa645823d347682340aace36f26c (patch) | |
tree | 7705b17d057d9957e863e8f1be490a34f89b8dab /clang/test/CodeGenCXX/debug-info-line.cpp | |
parent | 9f4ef630e0dcfdbdb9850257543cfb8004e30147 (diff) | |
download | bcm5719-llvm-12e64d953f14fa645823d347682340aace36f26c.tar.gz bcm5719-llvm-12e64d953f14fa645823d347682340aace36f26c.zip |
Port some more debug info tests on Windows
llvm-svn: 274245
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-line.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-line.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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(); |