mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Use FileCheck
llvm-svn: 114475
This commit is contained in:
parent
7798a97041
commit
53b709a85c
@ -1,5 +1,8 @@
|
||||
; RUN: llc -march=x86-64 -O2 < %s | grep debug_loc12
|
||||
; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
|
||||
; RUN: llc -march=x86-64 -O2 < %s | FileCheck %s
|
||||
; Test to check .debug_loc support. This test case emits many debug_loc entries.
|
||||
|
||||
; CHECK: Loc expr size
|
||||
; CHECK-NEXT: DW_OP_reg
|
||||
|
||||
%0 = type { double }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user