[llvm-commits] [llvm] r86429 - /llvm/trunk/test/ExecutionEngine/interpreter-ext.ll

Nick Lewycky nicholas at mxc.ca
Sat Nov 7 17:04:46 PST 2009


Author: nicholas
Date: Sat Nov  7 19:04:45 2009
New Revision: 86429

URL: http://llvm.org/viewvc/llvm-project?rev=86429&view=rev
Log:
Fix run line.

Modified:
    llvm/trunk/test/ExecutionEngine/interpreter-ext.ll

Modified: llvm/trunk/test/ExecutionEngine/interpreter-ext.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/interpreter-ext.ll?rev=86429&r1=86428&r2=86429&view=diff

==============================================================================
--- llvm/trunk/test/ExecutionEngine/interpreter-ext.ll (original)
+++ llvm/trunk/test/ExecutionEngine/interpreter-ext.ll Sat Nov  7 19:04:45 2009
@@ -1,4 +1,4 @@
-; RUN: lli -force-interpreter
+; RUN: llvm-as < %s | lli -force-interpreter
 ; Extending a value due to zeroext/signext will leave it the wrong size
 ; causing problems later, such as a crash if you try to extend it again.
 





More information about the llvm-commits mailing list