Use an export list when building JIT unittests. <rdar://problem/12473675>
authorBob Wilson <bob.wilson@apple.com>
Thu, 18 Oct 2012 20:25:36 +0000 (20:25 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 18 Oct 2012 20:25:36 +0000 (20:25 +0000)
commit0f295dec0df17cf23a4ac7f4e742f98af72127d8
tree89a472ac9056a45e52b58bbc06332da3270a4dcb
parenteaf3414979d349e8ab567cd2a4cf63bed520446b
Use an export list when building JIT unittests. <rdar://problem/12473675>

When building with LTO, the internalize pass is hiding some global symbols
that are necessary for the JIT unittests. It seems like that may be a bug in
LTO to do that by default, but until that gets fixed, this change makes sure
that we export the necessary symbols for the tests to pass.

llvm-svn: 166220
llvm/unittests/ExecutionEngine/JIT/Makefile