[lld] [lld][ELF] Extend profile guided function ordering to ELF binaries (PR #117514)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 10:31:36 PST 2024
================
@@ -72,6 +73,7 @@ add_lld_library(lldELF
Object
Option
Passes
+ ProfileData
----------------
ellishg wrote:
Now that I think about it more, I think we only need this dependency because we use `InstrProfReader::`. But this is only used in `lld/Common`, so we might not need this explicit dependency here. Same for `MachO/CMakeLists.txt`, I think `ProfileData` can be removed there.
https://github.com/llvm/llvm-project/pull/117514
More information about the llvm-commits
mailing list