[all-commits] [llvm/llvm-project] ae920a: Add an API to construct an XcodeSDK from an SDK type.
adrian-prantl via All-commits
all-commits at lists.llvm.org
Fri May 8 10:47:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae920a81ffa3c7e3c14de131d0d55abd31bbff7d
https://github.com/llvm/llvm-project/commit/ae920a81ffa3c7e3c14de131d0d55abd31bbff7d
Author: Adrian Prantl <aprantl at apple.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M lldb/include/lldb/Utility/XcodeSDK.h
M lldb/source/Utility/XcodeSDK.cpp
M lldb/unittests/Utility/XcodeSDKTest.cpp
Log Message:
-----------
Add an API to construct an XcodeSDK from an SDK type.
Also, this moves numSDKs out of the actual enum, as to not mess with
the switch-cases-covered warning.
Differential Revision: https://reviews.llvm.org/D79603
More information about the All-commits
mailing list