[compiler-rt] [llvm] [clang] [clang-tools-extra] [Profile] Allow profile merging with multiple correlate files. (PR #75957)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 07:35:28 PST 2024


================
@@ -42,6 +43,21 @@ template <typename ELFT> BuildIDRef getBuildID(const ELFFile<ELFT> &Obj) {
   return {};
 }
 
+BuildIDRef getBuildID(const COFFObjectFile *Obj) {
----------------
zmodem wrote:

Could this (the ability to extract a build id from pe/coff) be split out and landed separately?

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


More information about the cfe-commits mailing list