From b51a428e5685e93562ddcbc00f2d5c2b5513117a Mon Sep 17 00:00:00 2001 From: Jeremy Morse Date: Thu, 27 Jun 2019 11:52:03 +0000 Subject: [PATCH] Add triple to a test I just added. llvm-svn: 364524 --- test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir b/test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir index a5d707e097e..6a225abf775 100644 --- a/test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir +++ b/test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir @@ -1,4 +1,4 @@ -# RUN: llc %s -o - -run-pass=simple-register-coalescing | FileCheck %s +# RUN: llc -mtriple=x86_64-unknown-unknown %s -o - -run-pass=simple-register-coalescing | FileCheck %s # PR40010: DBG_VALUEs do not contribute to the liveness of virtual registers, # and the register coalescer would merge new live values on top of DBG_VALUEs, # leading to them presenting new (wrong) values to the debugger. Test that