[PATCH] D87611: [SystemZ][z/OS] Set aligned allocation unavailable by default for z/OS

Abhina Sree via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 16 08:54:21 PDT 2020


abhina.sreeskantharajan added inline comments.


================
Comment at: clang/lib/Basic/Targets/OSTargets.h:773-774
     }
+
+    this->PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());;
   }
----------------
There is an extra semi-colon.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87611/new/

https://reviews.llvm.org/D87611



More information about the cfe-commits mailing list