summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2019-08-02 23:09:01 +0000
committerJF Bastien <jfbastien@apple.com>2019-08-02 23:09:01 +0000
commit748dac7389bd9834c4de4ee9cf3fc7937f30bf47 (patch)
tree10bc655ad3c8465f09f84f0a977a5141f1cb1eac /llvm/lib/Support
parente6ef4f98d28933bf300d709e4dbffc6929748aa6 (diff)
downloadbcm5719-llvm-748dac7389bd9834c4de4ee9cf3fc7937f30bf47.tar.gz
bcm5719-llvm-748dac7389bd9834c4de4ee9cf3fc7937f30bf47.zip
Remove support for unsupported MSVC versions
Re-land r367727 with the #if fixed. Reviewers: rnk, lebedev.ri Subscribers: hiraditya, jkorous, dexonsmith, lebedev.ri, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D65662 llvm-svn: 367734
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Windows/explicit_symbols.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Support/Windows/explicit_symbols.inc b/llvm/lib/Support/Windows/explicit_symbols.inc
index bbbf7ea6a77..0a4fda1d4e8 100644
--- a/llvm/lib/Support/Windows/explicit_symbols.inc
+++ b/llvm/lib/Support/Windows/explicit_symbols.inc
@@ -90,12 +90,6 @@
INLINE_DEF_FLOAT_SYMBOL(tanf, 1)
INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
- // These were added in VS 2013.
-#if (1800 <= _MSC_VER && _MSC_VER < 1900)
- INLINE_DEF_FLOAT_SYMBOL(copysignf, 2)
- INLINE_DEF_FLOAT_SYMBOL(fminf, 2)
- INLINE_DEF_FLOAT_SYMBOL(fmaxf, 2)
-#endif
#undef INLINE_DEF_FLOAT_SYMBOL
#endif
OpenPOWER on IntegriCloud