diff options
Diffstat (limited to 'test/ExecutionEngine/test-constantexpr.ll')
-rw-r--r-- | test/ExecutionEngine/test-constantexpr.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ExecutionEngine/test-constantexpr.ll b/test/ExecutionEngine/test-constantexpr.ll index ce723f916f..d7d9481bee 100644 --- a/test/ExecutionEngine/test-constantexpr.ll +++ b/test/ExecutionEngine/test-constantexpr.ll @@ -1,3 +1,6 @@ +; RUN: llvm-as -f %s -o %t.bc +; RUN: lli %t.bc > /dev/null + ; This tests to make sure that we can evaluate wierd constant expressions %A = global int 5 %B = global int 6 |