diff options
author | Lang Hames <lhames@gmail.com> | 2015-05-05 17:37:18 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2015-05-05 17:37:18 +0000 |
commit | cd68eba3b91d91de67ae40d74732110525e1811d (patch) | |
tree | 304e9b0b9188fc81163954aef667b6bbff80b28b /llvm/test/ExecutionEngine | |
parent | 60bdf6e4c0bfbf18a038dc098f7dce989c59a4b1 (diff) | |
download | bcm5719-llvm-cd68eba3b91d91de67ae40d74732110525e1811d.tar.gz bcm5719-llvm-cd68eba3b91d91de67ae40d74732110525e1811d.zip |
[Orc] Reapply r236465 with fixes for the MSVC bots.
llvm-svn: 236506
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/OrcLazy/hello.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/OrcLazy/hello.ll b/llvm/test/ExecutionEngine/OrcLazy/hello.ll index 795224e019b..c3cf0f346a1 100644 --- a/llvm/test/ExecutionEngine/OrcLazy/hello.ll +++ b/llvm/test/ExecutionEngine/OrcLazy/hello.ll @@ -1,7 +1,7 @@ ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout %s | FileCheck %s ; ; CHECK: Hello -; CHECK: [ {{.*}}main$orc_body ] +; CHECK: [ {{.*}}main ] ; CHECK: Goodbye %class.Foo = type { i8 } |