forked from OSchip/llvm-project
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
This commit is contained in:
parent
4c1fadbb44
commit
d0b09c42a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue