From e6b50eff1a2e9942eccf5e289cc86e341f6d99eb Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 17 Jan 2019 18:35:14 +0000 Subject: [PATCH] [Test] Fix debug-loc-0.mir with EXPENSIVE_CHECKS The `llc` invocation was missing `-start-before=machine-cp`. llvm-svn: 351464 --- test/DebugInfo/MIR/X86/debug-loc-0.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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