1
0
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:
Jonas Devlieghere 2019-01-17 18:35:14 +00:00
parent 9741215258
commit e6b50eff1a

View File

@ -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