================
@@ -0,0 +1,4 @@
+add_subdirectory(Default)
+if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
+  add_subdirectory(DebugSymbols)
----------------
kevinfrei wrote:

I'm switching my previous PR to be a "Debuginfod" SymbolLocator plugin, and I 
think this plugin name is far too general. @clayborg tells me that  
"DebugSymbols.framework" is a thing on MacOS, but maybe rename this 
"DebugSymbolsApple" or "MacOSDebugSymbols" or pretty much anything that would 
indicate to the random developer that this stuff is for 
(mac|i(Pad)|tv)OS/Apple/Darwin/Sherlock/dSYM symbol lookup.

https://github.com/llvm/llvm-project/pull/71151
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to