================
@@ -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@'
----------------
labath wrote:
Emulating the curses dependency approach would probably be more consistent
(grep for `skipIfCursesSupportMissing`). Intel-pt does something different
because it lives outside of (lib)lldb.
https://github.com/llvm/llvm-project/pull/90622
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits