mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 02:07:56 +00:00
Restore arch on these test, they fail on arm.
llvm-svn: 111109
This commit is contained in:
parent
6e5cf0f5b6
commit
3116e6f58d
@ -1,4 +1,4 @@
|
||||
; RUN: llc -O0 < %s | FileCheck %s
|
||||
; RUN: llc -march=x86 -O0 < %s | FileCheck %s
|
||||
; Currently, dbg.declare generates a DEBUG_VALUE comment. Eventually it will
|
||||
; generate DWARF and this test will need to be modified or removed.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc -O2 < %s | grep debug_loc12
|
||||
; RUN: llc -march=x86 -O2 < %s | grep debug_loc12
|
||||
; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
|
||||
|
||||
%0 = type { double }
|
||||
|
Loading…
Reference in New Issue
Block a user