================ @@ -44,6 +44,10 @@ lldb_build_intel_pt = '@LLDB_BUILD_INTEL_PT@' if lldb_build_intel_pt == '1': config.enabled_plugins.append('intel-pt') +llvm_enable_curl = '@LLVM_ENABLE_CURL@' ---------------- kevinfrei wrote:
I validated that this works correctly (had the same work). The *reason* it works is because I added LLVM_ENABLE_CURL to the list in `llvm_canonicalize_cmake_booleans` found in lldb/test/CMakeLists.txt. https://github.com/llvm/llvm-project/pull/90622 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits