[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 09:38:11 PDT 2020
aprantl added inline comments.
================
Comment at: lldb/unittests/Platform/PlatformMacOSXTest.cpp:25
+ "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/"
+ "Developer/SDKs/MacOSX10.15.sdk");
+ EXPECT_FALSE(static_cast<bool>(standard));
----------------
This also needs a testcase where the SDK is called MacOSX.sdk, which is actually the more common scenario.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76261/new/
https://reviews.llvm.org/D76261
More information about the lldb-commits
mailing list