[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,12 @@
+// REQUIRES: systemz-registered-target
+// RUN: %clang_cc1 -emit-llvm -triple s390x-none-zos -fvisibility=hidden %s -o - | FileCheck %s
+// expected-no-diagnostics
----------------
AaronBallman wrote:
There's no `-verify` line, so this comment doesn't do anything and can be removed.
https://github.com/llvm/llvm-project/pull/111035
More information about the cfe-commits
mailing list