Skip to content

Commit 35bc02a

Browse files
committed
Update release notes
1 parent 379cc60 commit 35bc02a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ Changes to building LLVM
114114
------------------------
115115

116116
* Raised the minimum MSVC version to Visual Studio 2019 16.8.
117+
* Deprecated support for building compiler-rt with `LLVM_ENABLE_PROJECTS`.
118+
Users should instead use `LLVM_ENABLE_RUNTIMES`, either through the
119+
runtimes or the bootstrapping build.
120+
* Deprecated support for building libc with `LLVM_ENABLE_PROJECTS`.
121+
Users should instead use `LLVM_ENABLE_RUNTIMES`, either through the
122+
runtimes or the bootstrapping build.
117123

118124
Changes to TableGen
119125
-------------------

0 commit comments

Comments
 (0)