[clang] [X86] Emit Warnings for frontend options to enable knl/knm. (PR #75580)
Freddy Ye via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 17 19:45:28 PST 2023
================
@@ -349,6 +349,8 @@ def warn_invalid_feature_combination : Warning<
def warn_target_unrecognized_env : Warning<
"mismatch between architecture and environment in target triple '%0'; did you mean '%1'?">,
InGroup<InvalidCommandLineArgument>;
+def warn_knl_knm_target_supports_remove : Warning<
----------------
FreddyLeaf wrote:
Thanks review, addressed in 3eb6b009b14202d4c14bdc691d80550bac4c9aa7
https://github.com/llvm/llvm-project/pull/75580
More information about the cfe-commits
mailing list