[Lldb-commits] [PATCH] D122373: [NFC] Be more lazy about looking up simulator SDKs on macs
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 24 14:18:40 PDT 2022
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Fair word of warning — i've broken more than one LLDB build in the past while messing with this code :-)
So you're basically sinking the calls to GetXcodeSDKPath into PlatformAppleSimulator. That looks safe & good to me!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122373/new/
https://reviews.llvm.org/D122373
More information about the lldb-commits
mailing list