mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
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:
parent
dfacb43d50
commit
d7f4d1124d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user