[clang] [SystemZ][z/OS] Add visibility features for z/OS (eg. _Export, pragma export) (PR #111035)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri May 9 06:17:19 PDT 2025
================
@@ -401,6 +401,12 @@ struct PragmaMaxTokensTotalHandler : public PragmaHandler {
Token &FirstToken) override;
};
+struct PragmaExportHandler : public PragmaHandler {
----------------
erichkeane wrote:
This patch is big enough... I am beginning to wonder if we should split this pragma off into a separate patch.
https://github.com/llvm/llvm-project/pull/111035
More information about the cfe-commits
mailing list