[llvm] r234810 - [Orc] Back out r234805 for hello.ll until I can figure out how to sync up the

Lang Hames lhames at gmail.com
Mon Apr 13 15:58:39 PDT 2015


Author: lhames
Date: Mon Apr 13 17:58:39 2015
New Revision: 234810

URL: http://llvm.org/viewvc/llvm-project?rev=234810&view=rev
Log:
[Orc] Back out r234805 for hello.ll until I can figure out how to sync up the
output.


Modified:
    llvm/trunk/test/ExecutionEngine/OrcLazy/hello.ll

Modified: llvm/trunk/test/ExecutionEngine/OrcLazy/hello.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/OrcLazy/hello.ll?rev=234810&r1=234809&r2=234810&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/OrcLazy/hello.ll (original)
+++ llvm/trunk/test/ExecutionEngine/OrcLazy/hello.ll Mon Apr 13 17:58:39 2015
@@ -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 }
 





More information about the llvm-commits mailing list