================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
