From: Jeremy Morse Date: Thu, 27 Jun 2019 11:52:03 +0000 (+0000) Subject: Add triple to a test I just added. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86b3bad9293709bf46744d8655c558b37a1f1bd9;p=llvm Add triple to a test I just added. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364524 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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