diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/hello2.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/hello2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/hello2.ll b/llvm/test/ExecutionEngine/hello2.ll index a6a6194ca4d..7ca0d8827d5 100644 --- a/llvm/test/ExecutionEngine/hello2.ll +++ b/llvm/test/ExecutionEngine/hello2.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as %s -f -o %t.bc +; RUN: llvm-as %s -o %t.bc ; RUN: lli %t.bc > /dev/null @X = global i32 7 ; <i32*> [#uses=0] |