diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 21:50:33 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-05-31 21:50:33 +0000 |
commit | e21d84947613b2ea69771f72a42116fd2042680b (patch) | |
tree | 0ab6f529855ba60f5bec78d7cf91444cdfa58423 /llvm/test/ExecutionEngine/hello2.ll | |
parent | 542b2507de46567ead65f96d9d3516162c4f37a8 (diff) | |
download | bcm5719-llvm-e21d84947613b2ea69771f72a42116fd2042680b.tar.gz bcm5719-llvm-e21d84947613b2ea69771f72a42116fd2042680b.zip |
Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.
llvm-svn: 132364
Diffstat (limited to 'llvm/test/ExecutionEngine/hello2.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/hello2.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/hello2.ll b/llvm/test/ExecutionEngine/hello2.ll index b5635d3217d..9f060be1c34 100644 --- a/llvm/test/ExecutionEngine/hello2.ll +++ b/llvm/test/ExecutionEngine/hello2.ll @@ -1,6 +1,4 @@ ; RUN: lli %s > /dev/null -; XFAIL: arm -; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. @X = global i32 7 ; <i32*> [#uses=0] @msg = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1] |