[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
fb877cb9f2
commit
032ef2dc00
|
|
@ -1,6 +1,6 @@
|
|||
# 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: .loc 1 0 0 prologue_end
|
||||
|
|
|
|||
Loading…
Reference in New Issue