[flang-commits] [flang] [flang][cmake] Order flang profdata generation after clang's (PR #206023)

Paul Osmialowski via flang-commits flang-commits at lists.llvm.org
Fri Jun 26 07:00:45 PDT 2026


pawosm-arm wrote:

I've analyzed the log of the successful build, I could find places where `flang.profdata` and `clang.profdata` are being created, but `clang.profdata` is nowhere being used, while log confirms `flang.profdata` is being used heavily. So functionally, nothing changes. And the `flang-23` and `clang-23` files seem to be in the right places the right number of times. If this patch indeed prevents a race condition, I'm keen to approve it, as there is at least no degradation from it.


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


More information about the flang-commits mailing list