[PATCH] D150988: [clang][Darwin] Error out when missing requested libarclite library
Ravi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 31 18:50:15 PDT 2023
ravikandhadai added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:623
+def err_drv_darwin_sdk_missing_arclite : Error<
+ "SDK does not contain 'libarclite' at the path '%0'. This likely means you need to increase your minimum deployment target">;
+
----------------
To be consistent with other error messages, it would better to rephrase as
"SDK does not contain 'libarclite' at the path '%0'; try increasing the minimum deployment target"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150988/new/
https://reviews.llvm.org/D150988
More information about the cfe-commits
mailing list