From e53778de214b17b9d7b8917d11f87e4e60c741ab Mon Sep 17 00:00:00 2001 From: Wolfgang Pieb <Wolfgang.Pieb@sony.com> Date: Wed, 30 Jan 2019 19:15:43 +0000 Subject: [PATCH] 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 --- test/DebugInfo/MIR/X86/live-debug-values-restore.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0