diff options
author | Andrew Trick <atrick@apple.com> | 2011-08-26 23:39:30 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-08-26 23:39:30 +0000 |
commit | 4f3cb540a65573e57b14480681ec0a694a24c6c0 (patch) | |
tree | cfd7a46d400ecb0d4b69c8110fe74e3a8bb18c8a /llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll | |
parent | b205c029a4e65760d66e0c5baf9e43dab3547dc3 (diff) | |
download | bcm5719-llvm-4f3cb540a65573e57b14480681ec0a694a24c6c0.tar.gz bcm5719-llvm-4f3cb540a65573e57b14480681ec0a694a24c6c0.zip |
Excluding ARM JIT tests until someone can fix this compilation path.
llvm-svn: 138676
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll index 668c8fd7ad0..61b0a1bd58e 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll @@ -1,4 +1,5 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm define i32 @main() { call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0] |