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

llvm-svn: 278758
This commit is contained in:
Reid Kleckner 2016-08-15 22:54:26 +00:00
parent df77a4dbb0
commit a7b04a589e
1 changed files with 1 additions and 1 deletions

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;