Displaying 1 result from an estimated 1 matches for "d83967".
Did you mean:
d83957
2020 Jul 16
2
[profile] Heads Up: Please Double Check the Instrument Level of Your PGO Profile Files
...nker plugin (i.e. LLVMgold.so)
• Using LLVM’s compiler-rt as the runtime library
• On a Linux / BSD platform
This problem has been confirmed not to happen with gold and LLD linkers. Impacts on usages on Windows platform remain unknown.
I just cooked a patch for this bug: https://reviews.llvm.org/D83967 <https://reviews.llvm.org/D83967>
Basically the solution (and the root cause) is similar to this patch several years ago: https://reviews.llvm.org/D34797 <https://reviews.llvm.org/D34797>
The intriguing (or annoying) part of this bug is that you’ll never find the issue (since it neithe...