Revert "[ORC-RT][ORC] Introduce ELF/*nix Platform and runtime support."
authorLang Hames <lhames@gmail.com>
Wed, 18 Aug 2021 10:41:12 +0000 (20:41 +1000)
committerLang Hames <lhames@gmail.com>
Wed, 18 Aug 2021 10:42:23 +0000 (20:42 +1000)
commit45ac5f5441818afa1b0ee4a3734583c8cc915a79
tree6fa92008436e361519a9aef43f0da039cc307bb8
parent6c7956ea49ee30a4e81b5a0451a1e4293bcec3a8
Revert "[ORC-RT][ORC] Introduce ELF/*nix Platform and runtime support."

This reverts commit e256445bfff12013c3c4ad97da4aa69d25b175b5.

This commit broke some of the bots (see e.g.
https://lab.llvm.org/buildbot/#/builders/112/builds/8599). Reverting while I
investigate.
19 files changed:
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/lib/orc/elfnix_platform.cpp [deleted file]
compiler-rt/lib/orc/elfnix_platform.h [deleted file]
compiler-rt/test/orc/CMakeLists.txt
compiler-rt/test/orc/TestCases/FreeBSD/lit.local.cfg.py [deleted file]
compiler-rt/test/orc/TestCases/FreeBSD/x86-64/lit.local.cfg.py [deleted file]
compiler-rt/test/orc/TestCases/FreeBSD/x86-64/trivial-cxa-atexit.S [deleted file]
compiler-rt/test/orc/TestCases/FreeBSD/x86-64/trivial-static-initializer.S [deleted file]
compiler-rt/test/orc/TestCases/Linux/lit.local.cfg.py [deleted file]
compiler-rt/test/orc/TestCases/Linux/x86-64/lit.local.cfg.py [deleted file]
compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-cxa-atexit.S [deleted file]
compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-static-initializer.S [deleted file]
compiler-rt/test/orc/lit.cfg.py
llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h [deleted file]
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp [deleted file]
llvm/lib/ExecutionEngine/Orc/Mangling.cpp
llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
llvm/tools/llvm-jitlink/llvm-jitlink.cpp