Remove support for truncating names in archives.
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
index 645396fe7585aab019bef74b1a341e25c9e8312c..3fd39fe094f33e55dfd37fd466f4a168909312c6 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s -f -o %t.bc
-; RUN: lli %t.bc > /dev/null
+; RUN: %lli %s > /dev/null
+; XFAIL: arm
 
 declare void @exit(i32)