[llvm] [LLVM][CMake] Build examples for llvm-test-depends (PR #171998)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 11:56:10 PST 2025


================
@@ -13,7 +13,7 @@ llvm_canonicalize_cmake_booleans(
   LLVM_LINK_LLVM_DYLIB
   LLVM_TOOL_LTO_BUILD
   LLVM_USE_INTEL_JITEVENTS
-  LLVM_BUILD_EXAMPLES
+  LLVM_INCLUDE_EXAMPLES
----------------
nikic wrote:

LLVM_INCLUDE_EXAMPLES is an existing cmake variable. There are often pairs of INCLUDE and BUILD, where INCLUDE controls whether targets are generated, and BUILD whether the targets are built by default.

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


More information about the llvm-commits mailing list