[llvm] [SystemZ][z/OS] Refactor AutoConvert.h to remove large MVS guard (PR #143174)

Abhina Sree via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 04:50:40 PDT 2025


================
@@ -28,16 +29,55 @@
 #ifdef __cplusplus
 extern "C" {
 #endif /* __cplusplus */
+
 int enablezOSAutoConversion(int FD);
----------------
abhina-sree wrote:

I left those guarded for now. The C++ functions are calling the C functions under the covers. 

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


More information about the llvm-commits mailing list