[Lldb-commits] [PATCH] D99746: [lldb/test] Respect --apple-sdk path when querying SDK info
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 1 10:11:38 PDT 2021
vsk added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/lldbutil.py:69
+ # use it.
+ if configuration.apple_sdk is not None:
+ return configuration.apple_sdk
----------------
JDevlieghere wrote:
> This will also exclude the empty string.
Thanks, I'll fix this before committing.
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