================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to