[llvm] [BOLT] [Profile] Fix type mismatch error (PR #73016)

Ho Cheung via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 18:41:29 PST 2023


================
@@ -354,7 +357,15 @@ Error YAMLProfileReader::readProfile(BinaryContext &BC) {
       matchProfileToFunction(YamlBF, Function);
   }
 
-  for (auto &[CommonName, LTOProfiles]: LTOCommonNameMap) {
----------------
gz83 wrote:

It has been confirmed that the new code compiles properly on Windows.

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


More information about the llvm-commits mailing list