[clang] [SystemZ][z/OS] Add visibility features for z/OS (eg. _Export, pragma export) (PR #111035)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 25 06:11:06 PDT 2025


================
@@ -0,0 +1,5 @@
+// REQUIRES: systemz-registered-target
----------------
AaronBallman wrote:

Yes, there should be. As well as potentially confusing uses of `_Export` as in `int _Export x, y;`.

https://github.com/llvm/llvm-project/pull/111035


More information about the cfe-commits mailing list