[all-commits] [llvm/llvm-project] 8e66fc: [JITLink][ELF] Move ELF section and symbol parsing...
lhames via All-commits
all-commits at lists.llvm.org
Mon Jun 28 17:07:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e66fc438463e8cf6fa05e88b51ce29b604ce307
https://github.com/llvm/llvm-project/commit/8e66fc438463e8cf6fa05e88b51ce29b604ce307
Author: Lang Hames <lhames at gmail.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp
M llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/test/ExecutionEngine/JITLink/X86/ELF_skip_debug_sections.s
Log Message:
-----------
[JITLink][ELF] Move ELF section and symbol parsing into ELFLinkGraphBuilder.
Move architecture independent ELF parsing/graph-building code from
ELFLinkGraphBuilder_x86_64 to the ELFLinkGraphBuilder base class template.
More information about the All-commits
mailing list