mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[Test] Fix debug-loc-0.mir with EXPENSIVE_CHECKS
The `llc` invocation was missing `-start-before=machine-cp`. llvm-svn: 351464
This commit is contained in:
parent
9741215258
commit
e6b50eff1a
@ -1,6 +1,6 @@
|
|||||||
# Check that subsequent .loc 0 0 directives are collapsed.
|
# Check that subsequent .loc 0 0 directives are collapsed.
|
||||||
|
|
||||||
# RUN: llc -O2 -filetype=asm -mtriple=x86_64-apple-macosx10.9.0 -o - %s | FileCheck %s
|
# RUN: llc -start-before=machine-cp -O2 -filetype=asm -mtriple=x86_64-apple-macosx10.9.0 -o - %s | FileCheck %s
|
||||||
|
|
||||||
# CHECK: Ltmp0:
|
# CHECK: Ltmp0:
|
||||||
# CHECK: .loc 1 0 0 prologue_end
|
# CHECK: .loc 1 0 0 prologue_end
|
||||||
|
Loading…
Reference in New Issue
Block a user