[llvm-branch-commits] [llvm-branch] r260995 - ReleaseNotes: -DLLVM_LINK_LLVM_DYLIB=ON; by Andrew Wilkins
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 16 11:19:03 PST 2016
Author: hans
Date: Tue Feb 16 13:19:03 2016
New Revision: 260995
URL: http://llvm.org/viewvc/llvm-project?rev=260995&view=rev
Log:
ReleaseNotes: -DLLVM_LINK_LLVM_DYLIB=ON; by Andrew Wilkins
Modified:
llvm/branches/release_38/docs/ReleaseNotes.rst
Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=260995&r1=260994&r2=260995&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 13:19:03 2016
@@ -94,6 +94,10 @@ Non-comprehensive list of changes in thi
* ORC now has a basic set of C bindings.
+* Optional support for linking clang and the LLVM tools with a single libLLVM
+ shared library. To enable this, pass ``-DLLVM_LINK_LLVM_DYLIB=ON`` to CMake.
+ See `Building LLVM with CMake`_ for more details.
+
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of
this list. If your description won't fit comfortably in one bullet
More information about the llvm-branch-commits
mailing list