[PATCH] D115973: [llvm-profgen] Support symbol loading for debug fission

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 16:43:49 PST 2022


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

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.


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