Error in "Building Clang with PGO" documentation

There is an issue in the documentation here: How To Build Clang and LLVM with Profile-Guided Optimizations — LLVM 19.0.0git documentation

This:
-DLLVM_BUILD_RUNTIME=No
should be updated to:
-DLLVM_BUILD_RUNTIME=OFF

Is this the best place to report such an issue? If not, where should this be posted?

That shouldn’t make a difference. CMake treats any of 0 , OFF , NO , FALSE , and N as a boolean “false” value (As documented here).

Are you seeing a problem related to this?