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

By that, we don't have any test for it. The test 
`compiler-rt/test/profile/Windows/instrprof-binary-correlate.c` uses it.

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