[Orc] Make the OrcLazy hello.ll regression test output via stderr.
authorLang Hames <lhames@gmail.com>
Mon, 13 Apr 2015 23:28:46 +0000 (23:28 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 13 Apr 2015 23:28:46 +0000 (23:28 +0000)
commitf265d42389f3669597da3c9ff2d6df72db0f2d10
tree4a65991a767fcd14bf5fd11758d55e8cfb194595
parent1f13e20f7d4d773395dd24f897130b1e49c6a3bc
[Orc] Make the OrcLazy hello.ll regression test output via stderr.

This keeps the program and JIT output in sync, enabling FileCheck to test the
order of target program and JIT events.

In particular we can now test that main is not compiled until after the global
constructor has run.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234815 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/OrcLazy/hello.ll