[llvm] [CMake] Options to control generation of reproducers (PR #143037)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 19:14:14 PDT 2025
================
@@ -874,6 +874,10 @@ option (LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO
option(LLVM_VERSION_PRINTER_SHOW_BUILD_CONFIG
"Show the optional build config flags when tools are invoked with --version." ON)
+set(LLVM_CRASH_DIAGNOSTICS "" CACHE STRING "Control when to generate reproducer. Can be OFF, COMPILER, ALL")
----------------
boomanaiden154 wrote:
Should these have entries in `llvm/docs/CMake.rst`?
https://github.com/llvm/llvm-project/pull/143037
More information about the llvm-commits
mailing list