Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
authorLang Hames <lhames@gmail.com>
Wed, 28 Jan 2015 01:30:37 +0000 (01:30 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 28 Jan 2015 01:30:37 +0000 (01:30 +0000)
commit2edbad28d2c26b0a26622393a0acb68beef3621b
treef8d13e974d3364526aa79aa7e199db40b010fb5d
parente0f25c29621cb6ce6725097086f811d0d87adcdb
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".

This has wider implications than I expected when I reviewed the patch: It can
cause JIT crashes where clients have used the default value for AbortOnFailure
during symbol lookup. I'm currently investigating alternative approaches and I
hope to have this back in tree soon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227287 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/MCJIT/Makefile