[clang] [llvm] [SystemZ][z/OS] __ptr32 support for z/OS (PR #101696)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 08:21:11 PDT 2024
================
@@ -211,6 +215,9 @@ static KeywordStatus getKeywordStatusHelper(const LangOptions &LangOpts,
case KEYNOMS18:
// The disable behavior for this is handled in getKeywordStatus.
return KS_Unknown;
+ case KEYNOZOS:
+ // The disable behavior for this is handled in getKeywordStatus.
+ return KS_Unknown;
----------------
abhina-sree wrote:
Thanks, this is done!
https://github.com/llvm/llvm-project/pull/101696
More information about the cfe-commits
mailing list