diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 85d0eafa814..be2355101c5 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -84,6 +84,9 @@ Non-comprehensive list of changes in this release ftrunc.c:5:15: runtime error: 4.29497e+09 is outside the range of representable values of type 'int' junk in the ftrunc: 0.000000 +* ``LLVM_ON_WIN32`` is no longer set by ``llvm/Config/config.h`` and + ``llvm/Config/llvm-config.h``. If you used this macro, use the compiler-set + ``_WIN32`` instead which is set exactly when ``LLVM_ON_WIN32`` used to be set. * Note.. |