[clang] [llvm] [cmake] Add config for riscv(32|64)-unknown-elf (PR #176353)

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 16 14:52:47 PST 2026


================
@@ -899,6 +899,9 @@ else()
   option(LLVM_BUILD_LLVM_C_DYLIB "Build libllvm-c re-export library (Darwin only)" OFF)
 endif()
 
+option(LLVM_CONFIG_NO_EXPORTS "Suppress exports in CMake package" OFF)
----------------
petrhosek wrote:

What's the motivation for introducing this option?

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


More information about the cfe-commits mailing list