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/CodeGen/debug-info-var-location.c | |
| 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/CodeGen/debug-info-var-location.c')
| -rw-r--r-- | clang/test/CodeGen/debug-info-var-location.c | 3 |
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 |

