mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Don't use %llc_dwarf with -mtriple, they don't combine
llvm-svn: 278758
This commit is contained in:
parent
e77fd8052f
commit
07d8b8d360
@ -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…
Reference in New Issue
Block a user