[PATCH] D123933: X86: Remove UsesMSVCFloatingPoint from MachineModuleInfo
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 18 13:40:44 PDT 2022
mstorsjo added a comment.
In D123933#3457324 <https://reviews.llvm.org/D123933#3457324>, @rnk wrote:
> Lastly, has anyone checked if MSVC emits _fltused on AArch64 / ARM? Maybe it's not as target-specific as it appears. + at mstorsjo
It does seem like MSVC emits this symbol reference on those architectures too - so I guess technically we should try to emit the same there too. (I haven't heard about issues relating to this being missing, but I don't use MSVC mode as much as mingw mode either.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123933/new/
https://reviews.llvm.org/D123933
More information about the llvm-commits
mailing list