[PATCH] D105257: [clang][darwin] add support for remapping macOS availability to Mac Catalyst availability
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 1 10:34:42 PDT 2021
dexonsmith added inline comments.
================
Comment at: clang/lib/Sema/Sema.cpp:70
+ if (!SDKInfo)
+ llvm::handleAllErrors(SDKInfo.takeError(),
+ [](const llvm::ErrorInfoBase &) {
----------------
If you're not looking at the error payload, maybe you can call `llvm::consumeError()`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105257/new/
https://reviews.llvm.org/D105257
More information about the llvm-commits
mailing list