[all-commits] [llvm/llvm-project] d3df7b: [JITLink][ELF][x86-64] Don't use intermediate edge...
lhames via All-commits
all-commits at lists.llvm.org
Sat Apr 15 10:50:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3df7b1568e72b3f2e99b858f4457f2729368c15
https://github.com/llvm/llvm-project/commit/d3df7b1568e72b3f2e99b858f4457f2729368c15
Author: Lang Hames <lhames at gmail.com>
Date: 2023-04-15 (Sat, 15 Apr 2023)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
[JITLink][ELF][x86-64] Don't use intermediate edge-kinds in ELF/x86-64 backend.
The mapping from ELF relocation types to JITLink x86-64 edge kinds is 1-1, so
we don't need the intermediate step.
More information about the All-commits
mailing list