[PATCH] D56548: Fix emission of _fltused for MSVC.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 13:15:53 PST 2019
jyknight added a comment.
The _fltused symbol being required in those two compilations is expected behavior. What I'm not sure about is why those two tests don't see any definition of the _fltused symbol? I guess they don't link against the C runtime?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56548/new/
https://reviews.llvm.org/D56548
More information about the llvm-commits
mailing list