[all-commits] [llvm/llvm-project] c4ca39: [ELF] Fix .rela.llvm.call-graph-profile detection ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jun 24 15:21:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4ca39e0f54ba81eefe8d48e25f7d71bbe49d952
https://github.com/llvm/llvm-project/commit/c4ca39e0f54ba81eefe8d48e25f7d71bbe49d952
Author: Fangrui Song <i at maskray.me>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M lld/ELF/InputFiles.cpp
Log Message:
-----------
[ELF] Fix .rela.llvm.call-graph-profile detection after D104080
A SHT_SYMTAB section's sh_info is the number of local symbols.
sh_info may coincide with the section header index of SHT_LLVM_CALL_GRAPH_PROFILE.
More information about the All-commits
mailing list