[all-commits] [llvm/llvm-project] 06c463: [JITLink] Sink ELFX86RelocationKind into implement...
lhames via All-commits
all-commits at lists.llvm.org
Thu Sep 1 13:37:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06c46344838858623e17e64dde57a2edce05bbac
https://github.com/llvm/llvm-project/commit/06c46344838858623e17e64dde57a2edce05bbac
Author: Lang Hames <lhames at gmail.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
[JITLink] Sink ELFX86RelocationKind into implementation file (ELF_x86_64.cpp).
The ELF/x86-64 backend uses the generic x86_64 edges now, so the
ELFX86RelocationKind is just an implementation detail.
More information about the All-commits
mailing list