[Lldb-commits] [PATCH] D99746: [lldb/test] Respect --apple-sdk path when querying SDK info
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 1 10:10:17 PDT 2021
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lldb/packages/Python/lldbsuite/test/lldbutil.py:69
+ # use it.
+ if configuration.apple_sdk is not None:
+ return configuration.apple_sdk
----------------
This will also exclude the empty string.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99746/new/
https://reviews.llvm.org/D99746
More information about the lldb-commits
mailing list