[PATCH] D53698: [X86] Fix llc invocation on MIR test case

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 07:13:22 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL345266: [X86] Fix llc invocation on MIR test case (authored by thegameg, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53698?vs=171082&id=171086#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53698

Files:
  llvm/trunk/test/CodeGen/X86/PR37310.mir


Index: llvm/trunk/test/CodeGen/X86/PR37310.mir
===================================================================
--- llvm/trunk/test/CodeGen/X86/PR37310.mir
+++ llvm/trunk/test/CodeGen/X86/PR37310.mir
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -start-before dwarfehprepare -no-stack-coloring=false -stop-after stack-coloring -o - %s
+# RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -no-stack-coloring=false -run-pass stack-coloring -o - %s
 
 # Test to insure that the liveness analysis in the StackColoring
 # pass gracefully handles statically unreachable blocks. See PR 37310.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53698.171086.patch
Type: text/x-patch
Size: 624 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/704b3227/attachment.bin>


More information about the llvm-commits mailing list