summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-method-spec.cpp
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-01-30 01:01:36 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-01-30 01:01:36 +0000
commitad47776d90b90ddd9334881f82b8380dabf5e7d7 (patch)
tree4edf2783814c1a4dc767475ef0d2baefd77a62f6 /clang/test/CodeGenCXX/debug-info-method-spec.cpp
parent7407e0e31c408a32210f0b87c0bdd660cce46048 (diff)
downloadbcm5719-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.cpp3
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:
OpenPOWER on IntegriCloud