[clang] [clang] Add per-global code model attribute (PR #72078)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 13 00:06:40 PST 2023
================
@@ -3408,6 +3408,8 @@ def warn_objc_redundant_literal_use : Warning<
def err_attr_tlsmodel_arg : Error<"tls_model must be \"global-dynamic\", "
"\"local-dynamic\", \"initial-exec\" or \"local-exec\"">;
+def err_attr_codemodel_arg : Error<"code_model '%0' is not yet supported on this target">;
----------------
heiher wrote:
Done. Thanks
https://github.com/llvm/llvm-project/pull/72078
More information about the cfe-commits
mailing list