diff options
| author | Carlo Kok <ck@remobjects.com> | 2013-08-01 20:17:37 +0000 |
|---|---|---|
| committer | Carlo Kok <ck@remobjects.com> | 2013-08-01 20:17:37 +0000 |
| commit | d0b09c42a3bd42da7f2c9abe688c7f38ef48f0bf (patch) | |
| tree | 7ef4efc45134c69914ef9ca08822b26e4240aac2 /llvm/test | |
| parent | 4c1fadbb440c236d8a9a1796d015362821fd337d (diff) | |
| download | bcm5719-llvm-d0b09c42a3bd42da7f2c9abe688c7f38ef48f0bf.tar.gz bcm5719-llvm-d0b09c42a3bd42da7f2c9abe688c7f38ef48f0bf.zip | |
change the inlinefnlocalvar testcase so it uses a triple that's not coff (doesn't seem to matter for the testcase itself, what it tests isn't triple specific), as coff has a slightly different way of emitting what it checks for.
llvm-svn: 187604
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll b/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll index d2c2fd45152..c1141423bfb 100644 --- a/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll +++ b/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 %s -o - | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-linux-gnu -O2 %s -o - | FileCheck %s ; Check struct X for dead variable xyz from inlined function foo. ; CHECK: DW_TAG_structure_type |

