[PATCH] D60748: Fix i386 struct and union parameter alignment

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 29 02:36:34 PDT 2019


krytarowski added subscribers: mgorny, joerg.
krytarowski added inline comments.


================
Comment at: lib/CodeGen/TargetInfo.cpp:1501
+    //
+    // Exclude other System V OS (e.g Darwin, PS4 and FreeBSD) since we don't
+    // want to spend any effort dealing with the ramifications of ABI breaks.
----------------
Darwin and BSD are not System V.

CC: @joerg @mgorny for NetBSD. Do we need to do something here?


Repository:
  rC Clang

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

https://reviews.llvm.org/D60748





More information about the cfe-commits mailing list