[clang] [llvm] [SystemZ][z/OS] __ptr32 support for z/OS (PR #101696)
Zibi Sarbinowski via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 08:02:55 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;
----------------
zibi2 wrote:
We should be combined this with the above case.
https://github.com/llvm/llvm-project/pull/101696
More information about the llvm-commits
mailing list