[all-commits] [llvm/llvm-project] 83b52b: [JITLink][ELF] Route objects to their matching lin...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Tue Dec 8 01:56:46 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83b52b5ba27815200e76343f2a2f1614bb1960d9
https://github.com/llvm/llvm-project/commit/83b52b5ba27815200e76343f2a2f1614bb1960d9
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF.cpp
Log Message:
-----------
[JITLink][ELF] Route objects to their matching linker backends based on header info
Distinguish objects by target properties address size, endian and machine architecture. So far we only
support x86-64 (ELFCLASS64, ELFDATA2LSB, EM_X86_64).
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D90860
More information about the All-commits
mailing list