[PATCH] D53683: [ELF] Add --{, no-}call-graph-profile (disabled by default)
Michael Spencer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 24 18:28:29 PDT 2018
Bigcheese added a comment.
I really like adding the option to disable it, but I'm not sure about disabling it by default. Is there any situation where the profile is present where a user wouldn't want to perform layout? The algorithm is very fast so unexpected link time increase isn't really an issue, and the exact order of sections already isn't guaranteed by ELF and differs between linkers so I don't expect there to be correctness issues.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D53683
More information about the llvm-commits
mailing list