yxsamliu wrote: @tstellar Thanks Tom. The offending change has been reverted by #201416, so this release build failure should be gone from main.
For the reland, I split the change to avoid affecting the normal profile runtime. The runtime half #201606 has now landed; it keeps clang_rt.profile unchanged on Windows (/MT as before) and adds a separate opt-in clang_rt.profile_rocm library for HIP device PGO. The remaining compiler/driver half is in #201607 and only links the ROCm profile library for HIP profiling builds. With that split, LLVM’s own Windows release/PGO build should no longer hit this failure and should build the same way it did before. https://github.com/llvm/llvm-project/pull/177665 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
