[PATCH] D65662: Remove support for unsupported MSVC versions
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 14:44:34 PDT 2019
rnk accepted this revision.
rnk added a comment.
lgtm
================
Comment at: llvm/lib/Support/Windows/explicit_symbols.inc:94
- // These were added in VS 2013.
-#if (1800 <= _MSC_VER && _MSC_VER < 1900)
- INLINE_DEF_FLOAT_SYMBOL(copysignf, 2)
----------------
I confirmed that these are not inline anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65662/new/
https://reviews.llvm.org/D65662
More information about the llvm-commits
mailing list