[all-commits] [llvm/llvm-project] 0ce24d: [Object] Support LoongArch in RelocationResolver
WÁNG Xuěruì via All-commits
all-commits at lists.llvm.org
Thu Aug 25 21:10:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ce24da0e13471f5ae19e590854696bb6a564e03
https://github.com/llvm/llvm-project/commit/0ce24da0e13471f5ae19e590854696bb6a564e03
Author: WANG Xuerui <git at xen0n.name>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M llvm/lib/Object/RelocationResolver.cpp
Log Message:
-----------
[Object] Support LoongArch in RelocationResolver
Similar to the RISCV logic added in D62062.
With this patch applied, llvm-dwarfdump works on existing LoongArch
object files, but generation of debuginfo on LoongArch is still pending
on proper support for relocations, so no test cases this time. They will
come later.
Differential Revision: https://reviews.llvm.org/D132019
More information about the All-commits
mailing list