]> granicus.if.org Git - llvm/commitdiff
The test comitted with r348896 needed -march=x86=64 on the llc command line.
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 30 Jan 2019 19:15:43 +0000 (19:15 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 30 Jan 2019 19:15:43 +0000 (19:15 +0000)
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

index 2f9edad999b3bd69e17368792a7acf24e4ca2020..626328198b4fad8c06333c8f3721766f2fe340d4 100644 (file)
@@ -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