[Lldb-commits] [lldb] [lldb]HostInfoMacOSX] Search CommandLineTools directory when looking up SDK paths (PR #128712)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 25 07:28:02 PST 2025
================
@@ -15,11 +15,14 @@
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Timer.h"
+#include "clang/Basic/DarwinSDKInfo.h"
----------------
JDevlieghere wrote:
Yeah, this goes against all the work of localizing the places we depend on clang.
https://github.com/llvm/llvm-project/pull/128712
More information about the lldb-commits
mailing list