Revert r153694. It was causing failures in the buildbots.
authorBill Wendling <isanbard@gmail.com>
Thu, 29 Mar 2012 23:23:59 +0000 (23:23 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 29 Mar 2012 23:23:59 +0000 (23:23 +0000)
commit288967dfac246c8e35dc4f85afb667e74d1d26a8
tree7dd4eef16e2e567d38180a3dbdbc01f5e9be3b0c
parent7a4c071cd9f67599eba21e902079d0e85f2abf97
Revert r153694. It was causing failures in the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153701 91177308-0d34-0410-b5e6-96231b3b80d8
57 files changed:
include/llvm/ExecutionEngine/RuntimeDyld.h
lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
test/CMakeLists.txt
test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-01-15-AlignmentTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll [deleted file]
test/ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [deleted file]
test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll [deleted file]
test/ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll [deleted file]
test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll [deleted file]
test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll [deleted file]
test/ExecutionEngine/MCJIT/fpbitcast.ll [deleted file]
test/ExecutionEngine/MCJIT/hello.ll [deleted file]
test/ExecutionEngine/MCJIT/hello2.ll [deleted file]
test/ExecutionEngine/MCJIT/lit.local.cfg [deleted file]
test/ExecutionEngine/MCJIT/simplesttest.ll [deleted file]
test/ExecutionEngine/MCJIT/simpletest.ll [deleted file]
test/ExecutionEngine/MCJIT/test-arith.ll [deleted file]
test/ExecutionEngine/MCJIT/test-branch.ll [deleted file]
test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll [deleted file]
test/ExecutionEngine/MCJIT/test-call.ll [deleted file]
test/ExecutionEngine/MCJIT/test-cast.ll [deleted file]
test/ExecutionEngine/MCJIT/test-constantexpr.ll [deleted file]
test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll [deleted file]
test/ExecutionEngine/MCJIT/test-fp.ll [deleted file]
test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll [deleted file]
test/ExecutionEngine/MCJIT/test-loadstore.ll [deleted file]
test/ExecutionEngine/MCJIT/test-local.ll [deleted file]
test/ExecutionEngine/MCJIT/test-logical.ll [deleted file]
test/ExecutionEngine/MCJIT/test-loop.ll [deleted file]
test/ExecutionEngine/MCJIT/test-phi.ll [deleted file]
test/ExecutionEngine/MCJIT/test-ret.ll [deleted file]
test/ExecutionEngine/MCJIT/test-return.ll [deleted file]
test/ExecutionEngine/MCJIT/test-setcond-fp.ll [deleted file]
test/ExecutionEngine/MCJIT/test-setcond-int.ll [deleted file]
test/ExecutionEngine/MCJIT/test-shift.ll [deleted file]
test/Makefile
test/lit.site.cfg.in
tools/llvm-rtdyld/llvm-rtdyld.cpp