summaryrefslogtreecommitdiffstats
path: root/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
commit6db65c1f5c6617043edf444d278ecb30fd1c8051 (patch)
tree3592b342681112c788a91354306e040f1a566daf /test/CodeGenCXX/debug-info-method-spec.cpp
parent8ed225551fedd6c60499549065d26b41d19cceec (diff)
Use an Itanium triple in DWARF debug info tests
This should fix the clang part of the breakage in r200340. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/debug-info-method-spec.cpp')
-rw-r--r--test/CodeGenCXX/debug-info-method-spec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenCXX/debug-info-method-spec.cpp b/test/CodeGenCXX/debug-info-method-spec.cpp
index 2068c5ce4f..c00da004f4 100644
--- a/test/CodeGenCXX/debug-info-method-spec.cpp
+++ b/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: