Don't use %llc_dwarf with -mtriple, they don't combine

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2016-08-15 22:54:26 +00:00
parent dfacb43d50
commit d7f4d1124d

View File

@ -3,7 +3,7 @@
; Check that when variables are allocated on the stack we generate debug locations
; for the stack location directly instead of generating a register+offset indirection.
; RUN: %llc_dwarf -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \
; RUN: llc -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \
; RUN: | llvm-dwarfdump - | FileCheck %s
;
; int data = 17;