[llvm] [PGO] Drive profile validator from opt (PR #147418)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 13:50:44 PDT 2025
================
@@ -55,6 +55,7 @@ config.linked_bye_extension = @LLVM_BYE_LINK_INTO_TOOLS@
config.linked_exampleirtransforms_extension = @LLVM_EXAMPLEIRTRANSFORMS_LINK_INTO_TOOLS@
config.have_tf_aot = @LLVM_HAVE_TF_AOT@
config.have_tflite = @LLVM_HAVE_TFLITE@
+config.enable_profcheck = @LLVM_ENABLE_PROFCHECK@
----------------
boomanaiden154 wrote:
It doesn't look like you're using this anywhere?
https://github.com/llvm/llvm-project/pull/147418
More information about the llvm-commits
mailing list