[all-commits] [llvm/llvm-project] 45ac5f: Revert "[ORC-RT][ORC] Introduce ELF/*nix Platform ...
lhames via All-commits
all-commits at lists.llvm.org
Wed Aug 18 03:43:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45ac5f5441818afa1b0ee4a3734583c8cc915a79
https://github.com/llvm/llvm-project/commit/45ac5f5441818afa1b0ee4a3734583c8cc915a79
Author: Lang Hames <lhames at gmail.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M compiler-rt/lib/orc/CMakeLists.txt
R compiler-rt/lib/orc/elfnix_platform.cpp
R compiler-rt/lib/orc/elfnix_platform.h
M compiler-rt/test/orc/CMakeLists.txt
R compiler-rt/test/orc/TestCases/FreeBSD/lit.local.cfg.py
R compiler-rt/test/orc/TestCases/FreeBSD/x86-64/lit.local.cfg.py
R compiler-rt/test/orc/TestCases/FreeBSD/x86-64/trivial-cxa-atexit.S
R compiler-rt/test/orc/TestCases/FreeBSD/x86-64/trivial-static-initializer.S
R compiler-rt/test/orc/TestCases/Linux/lit.local.cfg.py
R compiler-rt/test/orc/TestCases/Linux/x86-64/lit.local.cfg.py
R compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-cxa-atexit.S
R compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-static-initializer.S
M compiler-rt/test/orc/lit.cfg.py
R llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
R llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
M llvm/lib/ExecutionEngine/Orc/Mangling.cpp
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list