From 3d2c8aaf4659f85a9db495244ff7416eae9bedcf Mon Sep 17 00:00:00 2001 From: Wolfgang Pieb 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. llvm-svn: 352651 --- llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir b/llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir index 2f9edad..6263281 100644 --- a/llvm/test/DebugInfo/MIR/X86/live-debug-values-restore.mir +++ b/llvm/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.7.4