[PATCH] D79035: [clang][AIX] Implement ABIInfo and TargetCodeGenInfo for AIX
Xiangling Liao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 14 10:50:25 PDT 2020
Xiangling_L accepted this revision.
Xiangling_L added a comment.
This revision is now accepted and ready to land.
LGTM with a minor comment:
You may want to add a `TODO` or `FIXME` at `clang/lib/CodeGen/TargetInfo.cpp: 4496` and `clang/lib/CodeGen/TargetInfo.cpp:4418` like:
//FIXME:
Correct the aggregate type alignment when it contains a double/long double as its first member.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79035/new/
https://reviews.llvm.org/D79035
More information about the cfe-commits
mailing list