[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
================
@@ -1190,6 +1190,8 @@ if (LLVM_HAVE_TFLITE)
find_package(tensorflow-lite REQUIRED)
endif()
+set(LLVM_ENABLE_PROFCHECK OFF CACHE BOOL "Enable profile checking in test tools")
----------------
boomanaiden154 wrote:
Maybe worth adding this option to `llvm/docs/CMake.rst`?
https://github.com/llvm/llvm-project/pull/147418
More information about the llvm-commits
mailing list