[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 11 11:13:59 PDT 2025
================
@@ -0,0 +1,5 @@
+// REQUIRES: systemz-registered-target
----------------
AaronBallman wrote:
This question is still open, but also, these look like they should be tested in Sema and not CodeGen. Further, it's missing the `-verify` line so these expected diagnostics aren't actually being tested.
https://github.com/llvm/llvm-project/pull/111035
More information about the cfe-commits
mailing list