[Lldb-commits] [lldb] [lldb]HostInfoMacOSX] Search CommandLineTools directory when looking up SDK paths (PR #128712)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 25 05:26:20 PST 2025


================
@@ -15,11 +15,14 @@
 #include "lldb/Utility/Log.h"
 #include "lldb/Utility/Timer.h"
 
+#include "clang/Basic/DarwinSDKInfo.h"
----------------
Michael137 wrote:

Is this a dependency we can pull in? Probably not?

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


More information about the lldb-commits mailing list