From: Wolfgang Pieb Date: Wed, 30 Jan 2019 19:15:43 +0000 (+0000) Subject: The test comitted with r348896 needed -march=x86=64 on the llc command line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53778de214b17b9d7b8917d11f87e4e60c741ab;p=llvm The test comitted with r348896 needed -march=x86=64 on the llc command line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352651 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/MIR/X86/live-debug-values-restore.mir b/test/DebugInfo/MIR/X86/live-debug-values-restore.mir index 2f9edad999b..626328198b4 100644 --- a/test/DebugInfo/MIR/X86/live-debug-values-restore.mir +++ b/test/DebugInfo/MIR/X86/live-debug-values-restore.mir @@ -1,4 +1,4 @@ -# RUN: llc -run-pass livedebugvalues -o - %s | FileCheck %s +# RUN: llc -run-pass livedebugvalues -march=x86-64 -o - %s | FileCheck %s # Generated from the following source with: # clang -g -mllvm -stop-before=livedebugvalues -S -O2 test.c -o test.mir