summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-var-location.c
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/CodeGen/debug-info-var-location.c
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/CodeGen/debug-info-var-location.c')
-rw-r--r--clang/test/CodeGen/debug-info-var-location.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-var-location.c b/clang/test/CodeGen/debug-info-var-location.c
index 12edb089827..41da7d382cb 100644
--- a/clang/test/CodeGen/debug-info-var-location.c
+++ b/clang/test/CodeGen/debug-info-var-location.c
@@ -1,4 +1,5 @@
-// RUN: %clang -S -g -fverbose-asm %s -o - | FileCheck %s
+// FIXME: Check IR rather than asm, then triple is not needed.
+// RUN: %clang -Xclang -triple=%itanium_abi_triple -S -g -fverbose-asm %s -o - | FileCheck %s
// Radar 8461032
// CHECK: DW_AT_location
// CHECK-NEXT: byte 145
OpenPOWER on IntegriCloud