[Lldb-commits] [PATCH] D76261: [lldb/PlatformMacOSX] Be more robust in computing the SDK path with xcrun
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 17 13:29:48 PDT 2020
aprantl added inline comments.
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp:1949
+ std::string xcrun_cmd =
+ "xcrun --show-sdk-path -sdk " + GetSDKNameForType(type).str();
+
----------------
`--sdk` for symmetry? Or is that the correct option?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76261/new/
https://reviews.llvm.org/D76261
More information about the lldb-commits
mailing list