1
0
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:
Reid Kleckner 2016-08-15 22:54:26 +00:00
parent e77fd8052f
commit 07d8b8d360

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;