diff options
author | Timur Iskhodzhanov <timurrrr@google.com> | 2014-01-30 01:01:36 +0000 |
---|---|---|
committer | Timur Iskhodzhanov <timurrrr@google.com> | 2014-01-30 01:01:36 +0000 |
commit | ad47776d90b90ddd9334881f82b8380dabf5e7d7 (patch) | |
tree | 4edf2783814c1a4dc767475ef0d2baefd77a62f6 /clang/test/CodeGenCXX/debug-info-method-spec.cpp | |
parent | 7407e0e31c408a32210f0b87c0bdd660cce46048 (diff) | |
download | bcm5719-llvm-ad47776d90b90ddd9334881f82b8380dabf5e7d7.tar.gz bcm5719-llvm-ad47776d90b90ddd9334881f82b8380dabf5e7d7.zip |
Use an Itanium triple in DWARF debug info tests
This should fix the clang part of the breakage in r200340.
llvm-svn: 200435
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-method-spec.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-method-spec.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-method-spec.cpp b/clang/test/CodeGenCXX/debug-info-method-spec.cpp index 2068c5ce4fa..c00da004f45 100644 --- a/clang/test/CodeGenCXX/debug-info-method-spec.cpp +++ b/clang/test/CodeGenCXX/debug-info-method-spec.cpp @@ -1,4 +1,5 @@ -// RUN: %clang -fverbose-asm -g -S %s -o - | grep DW_AT_specification +// FIXME: Check IR rather than asm, then triple is not needed. +// RUN: %clang -Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_AT_specification // Radar 9254491 class A { public: |