llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Vladislav Khmelevsky 6b22c370c8 RuntimeDyldELF: Don't abort on R_AARCH64_NONE relocation
Do nothing on R_AARCH64_NONE relocation. The relocation is used by BOLT when re-linking the final binary. It is used as a dummy relocation hack in order to stop the RuntimeDyld to skip the allocation of the section.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D117066
2022-01-13 11:54:48 +03:00
..
Targets [NFC][llvm] Inclusive language: remove uses of sanity in llvm/lib/ExecutionEngine/ 2021-11-17 22:17:54 -05:00
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
JITSymbol.cpp [RuntimeDyld] Don't use bitwise operation on SymbolRef::Type 2021-09-07 16:58:35 +08:00
RTDyldMemoryManager.cpp [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
RuntimeDyld.cpp [llvm] Use range-based for loops (NFC) 2021-12-08 20:35:39 -08:00
RuntimeDyldCOFF.cpp
RuntimeDyldCOFF.h
RuntimeDyldChecker.cpp Remove redundant string initialization (NFC) 2022-01-01 12:34:11 -08:00
RuntimeDyldCheckerImpl.h
RuntimeDyldELF.cpp RuntimeDyldELF: Don't abort on R_AARCH64_NONE relocation 2022-01-13 11:54:48 +03:00
RuntimeDyldELF.h [RuntimeDyld] Implemented relocation of TLS symbols in ELF 2021-09-06 10:27:43 +02:00
RuntimeDyldImpl.h [RuntimeDyld] Fixed buffer overflows with absolute symbols 2021-04-26 19:24:03 +02:00
RuntimeDyldMachO.cpp
RuntimeDyldMachO.h