[PATCH] D57527: Do not copy floating pointer format from aux target
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 31 10:59:16 PST 2019
rjmccall added a comment.
Okay, so you silently have an incompatible ABI for anything in the system headers that mentions `long double`. Do you have any plans to address or work around that, or is the hope that it just doesn't matter?
I feel like this should be a special case for AMDGPU rather than a general behavior with aux targets.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57527/new/
https://reviews.llvm.org/D57527
More information about the cfe-commits
mailing list