[llvm] r352651 - The test comitted with r348896 needed -march=x86=64 on the llc command line.

Wolfgang Pieb via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 30 11:15:43 PST 2019


Author: wolfgangp
Date: Wed Jan 30 11:15:43 2019
New Revision: 352651

URL: http://llvm.org/viewvc/llvm-project?rev=352651&view=rev
Log:
The test comitted with r348896 needed -march=x86=64 on the llc command line.

Modified:
    llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values-restore.mir

Modified: llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values-restore.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values-restore.mir?rev=352651&r1=352650&r2=352651&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values-restore.mir (original)
+++ llvm/trunk/test/DebugInfo/MIR/X86/live-debug-values-restore.mir Wed Jan 30 11:15:43 2019
@@ -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




More information about the llvm-commits mailing list