diff options
author | Lang Hames <lhames@gmail.com> | 2015-04-13 22:58:39 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2015-04-13 22:58:39 +0000 |
commit | cf0ed3a8365c88bcedf7222b306746f08da3aedb (patch) | |
tree | 2b58c0b15120777b831fa9bf9f871518d34301c9 | |
parent | 8ebcdb3bc30f2b0d5dcdd08bc4b26b243a6fd24d (diff) | |
download | bcm5719-llvm-cf0ed3a8365c88bcedf7222b306746f08da3aedb.tar.gz bcm5719-llvm-cf0ed3a8365c88bcedf7222b306746f08da3aedb.zip |
[Orc] Back out r234805 for hello.ll until I can figure out how to sync up the
output.
llvm-svn: 234810
-rw-r--r-- | llvm/test/ExecutionEngine/OrcLazy/hello.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/hello.ll b/llvm/test/ExecutionEngine/OrcLazy/hello.ll index 247d95f0b8d..dcc6da06386 100644 --- a/llvm/test/ExecutionEngine/OrcLazy/hello.ll +++ b/llvm/test/ExecutionEngine/OrcLazy/hello.ll @@ -1,8 +1,7 @@ -; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stderr %s | FileCheck %s +; RUN: lli -jit-kind=orc-lazy %s | FileCheck %s ; ; CHECK: Hello -; CHECK: [ main$orc_body ] -; CHECK: Goodbye +; CHECK-NEXT: Goodbye %class.Foo = type { i8 } |