From: Jonas Devlieghere Date: Thu, 17 Jan 2019 18:35:14 +0000 (+0000) Subject: [Test] Fix debug-loc-0.mir with EXPENSIVE_CHECKS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2cd8683e128e3eb18e8ed8447c8f88258e20650;p=llvm [Test] Fix debug-loc-0.mir with EXPENSIVE_CHECKS The `llc` invocation was missing `-start-before=machine-cp`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351464 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/MIR/X86/debug-loc-0.mir b/test/DebugInfo/MIR/X86/debug-loc-0.mir index 4bc2d35d1cf..3fb1e0ba71a 100644 --- a/test/DebugInfo/MIR/X86/debug-loc-0.mir +++ b/test/DebugInfo/MIR/X86/debug-loc-0.mir @@ -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