[clang] [flang] [llvm] [clang-tools-extra] [lldb] [compiler-rt] [mlir] [Profile] Add binary profile correlation to offload profile metadata at runtime. (PR #69493)

Zequan Wu via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 14:38:51 PST 2023


https://github.com/ZequanWu commented:

>  "binary" is ambiguous. I wonder whether object file correlation is better. llvm-symbolizer has an option --obj=xxx.
llvm-symbolizer's `--obj` could take an pre-linking object file. But here we need to take post-linked binary for merging.

https://github.com/llvm/llvm-project/pull/69493


More information about the llvm-commits mailing list