[llvm] [PGO] Drive profile validator from opt (PR #147418)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 25 16:01:01 PDT 2025


mtrofin wrote:

> I'm assuming you've already looked at trying to just make `lit` add the flag to opt invocations rather than going through an additional CMake flag?

Yes. Main trouble is that I'd have to pass the full path to opt, besides the extra arg. What I did here is (subjectively) simpler.

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


More information about the llvm-commits mailing list