[lldb] [llvm] [lldb-dap] Add network symbol optimization configuration options (PR #150777)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 13:59:22 PDT 2025


================
@@ -1105,6 +1148,15 @@ void DAP::ConfigureSourceMaps() {
   RunLLDBCommands("Setting source map:", {sourceMapCommand});
 }
 
+// REMOVED: DetectNetworkSymbolServices - no longer needed due to core fixes
----------------
jimingham wrote:

We don't record features that were removed in the sources.  That gets recorded in the revision history.

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


More information about the llvm-commits mailing list