[PATCH] D152328: InstrProf - don't emit 64 bit atomic operations on 32 bit platforms
Sean Mollet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 15:50:46 PDT 2023
SeanMollet added a comment.
In D152328#4436143 <https://reviews.llvm.org/D152328#4436143>, @davidxl wrote:
> There is an example in InstrProfiling.cpp about missing debug information warning.
>
> For the emulation feature, it is ok to delay it -- but please do a TODO as a comment.
Perfect, thanks.
One other question, I want to set a flag so as to not spam the user with warnings. Is there a standard/expected way to do that in LLVM?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152328/new/
https://reviews.llvm.org/D152328
More information about the llvm-commits
mailing list