Revert "[JITLink] Introduce ELF/i386 backend support for JITLink."
authorLang Hames <lhames@gmail.com>
Tue, 16 Aug 2022 01:38:23 +0000 (18:38 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 16 Aug 2022 01:44:43 +0000 (18:44 -0700)
commit73600b7c8a399d34b977c90a5aaa760add4d93c5
treee2c0e3e648b619b66e54e0cff78e8688a1445e2c
parentf09f4b73fca34ad33d4ce87c1a7c15ad2b93f810
Revert "[JITLink] Introduce ELF/i386 backend support for JITLink."

This reverts commit 5f300397c6ae8fa7ca3547ec2b7a3cd844f3ed59.

No functional issues, I just failed to correctly set authorship on the patch.
llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h [deleted file]
llvm/include/llvm/ExecutionEngine/JITLink/i386.h [deleted file]
llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
llvm/lib/ExecutionEngine/JITLink/ELF.cpp
llvm/lib/ExecutionEngine/JITLink/ELF_i386.cpp [deleted file]
llvm/lib/ExecutionEngine/JITLink/i386.cpp [deleted file]
llvm/test/ExecutionEngine/JITLink/i386/ELF_i386_minimal.s [deleted file]
llvm/test/ExecutionEngine/JITLink/i386/lit.local.cfg [deleted file]