From 534f9f3ee5b5c06cc469d4ed0e0189229bf8ff4d Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 13 Apr 2015 22:58:39 +0000 Subject: [PATCH] [Orc] Back out r234805 for hello.ll until I can figure out how to sync up the output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234810 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/OrcLazy/hello.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/ExecutionEngine/OrcLazy/hello.ll b/test/ExecutionEngine/OrcLazy/hello.ll index 247d95f0b8d..dcc6da06386 100644 --- a/test/ExecutionEngine/OrcLazy/hello.ll +++ b/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 }