[llvm] [SystemZ][z/OS] This change adds support for the PPA2 section in zOS (PR #68926)

Yusra Syeda via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 14:06:02 PDT 2023


================
@@ -976,6 +976,24 @@ void CodeGenModule::Release() {
       Context.getTypeSizeInChars(Context.getWideCharType()).getQuantity();
   getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
 
+  if (getTriple().isOSzOS()) {
+    int32_t ProductVersion, ProductRelease, ProductPatch;
+    ProductVersion = LLVM_VERSION_MAJOR, ProductRelease = LLVM_VERSION_MINOR,
+    ProductPatch = LLVM_VERSION_PATCH;
----------------
ysyeda wrote:

No, I've removed the extra variables.

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


More information about the llvm-commits mailing list