[PATCH] D59744: Fix i386 ABI "__m64" type bug
Wei Xiao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 3 07:13:46 PDT 2019
wxiao3 added a comment.
Consider other Systems (e.g Darwin, PS4 and FreeBSD) don't want to spend any effort dealing with the ramifications of ABI breaks (as discussed in https://reviews.llvm.org/D60748) at present, I only fix the bug for Linux. If other system wants the fix, the only thing needed is to add a flag (like "IsLinuxABI" ) to enable it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59744/new/
https://reviews.llvm.org/D59744
More information about the cfe-commits
mailing list