[PATCH] D115973: [llvm-profgen] Support symbol loading for debug fission
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 7 16:46:39 PST 2022
dblaikie added a comment.
In D115973#3228772 <https://reviews.llvm.org/D115973#3228772>, @MaskRay wrote:
> Prebuilt .o files are strongly discouraged. They are opaque and difficult to update / difficult to compare across versions.
> It's recommended to use yaml2obj to generate .o files.
Not sure that the DWARF yaml is especially readable - I think we usually just use raw assembly for this sort of thing? But yeah, we don't tend to check in object files anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115973/new/
https://reviews.llvm.org/D115973
More information about the llvm-commits
mailing list