[PATCH] D90329: [PowerPC] Fix va_arg in Objective-C on 32-bit ELF targets

George Koehler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 28 17:12:28 PDT 2020


kernigh added a comment.

I'm using this TargetInfo.cpp diff in clang 10.0.1 on OpenBSD/macppc to build GNUstep. For me, it fixes the build of gnustep-gui. I rebuilt libobjc2, gnustep-make, and gnustep-base before building gnustep-gui.

This diff doesn't change 64-bit PowerPC, because 64-bit does va_list in a different way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90329



More information about the cfe-commits mailing list