Distinguish objects by target properties address size, endian and machine architecture. So far we only
support x86-64 (ELFCLASS64, ELFDATA2LSB, EM_X86_64).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90860
[JITLink][ELF] Route objects to their matching linker backends based on header info ClosedPublic Authored by sgraenitz on Nov 5 2020, 9:21 AM.
Details Summary Distinguish objects by target properties address size, endian and machine architecture. So far we only
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 7 2020, 4:06 PM This revision was landed with ongoing or failed builds.Dec 8 2020, 1:56 AM Closed by commit rG83b52b5ba278: [JITLink][ELF] Route objects to their matching linker backends based on header… (authored by sgraenitz). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 310113 llvm/lib/ExecutionEngine/JITLink/ELF.cpp
|