[Lldb-commits] [lldb] LLDB Debuginfod tests and a fix or two (PR #90622)
Nico Weber via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 11:40:57 PDT 2024
================
@@ -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@'
----------------
nico wrote:
Is this correct? Won't this expand to 'NO' which is truthy when expanded with it off? Maybe you want this without quotes?
(Looks ike LLDB_BUILD_INTEL_PT gets this wrong too.)
https://github.com/llvm/llvm-project/pull/90622
More information about the lldb-commits
mailing list