[llvm-branch-commits] [llvm-branch] r214083 - Add information about new CMake interface to LLVM and note
Dan Liew
dan at su-root.co.uk
Mon Jul 28 07:04:39 PDT 2014
Author: delcypher
Date: Mon Jul 28 09:04:39 2014
New Revision: 214083
URL: http://llvm.org/viewvc/llvm-project?rev=214083&view=rev
Log:
Add information about new CMake interface to LLVM and note
deprecation of llvm_map_components_to_libraries()
Modified:
llvm/branches/release_35/docs/CMake.rst
llvm/branches/release_35/docs/ReleaseNotes.rst
Modified: llvm/branches/release_35/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_35/docs/CMake.rst?rev=214083&r1=214082&r2=214083&view=diff
==============================================================================
--- llvm/branches/release_35/docs/CMake.rst (original)
+++ llvm/branches/release_35/docs/CMake.rst Mon Jul 28 09:04:39 2014
@@ -389,6 +389,8 @@ for a quick solution.
Also see the `LLVM-specific variables`_ section for variables used when
cross-compiling.
+.. _Embedding LLVM in your project:
+
Embedding LLVM in your project
==============================
Modified: llvm/branches/release_35/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_35/docs/ReleaseNotes.rst?rev=214083&r1=214082&r2=214083&view=diff
==============================================================================
--- llvm/branches/release_35/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_35/docs/ReleaseNotes.rst Mon Jul 28 09:04:39 2014
@@ -235,6 +235,16 @@ Changes to CMake build system
the ``install`` target is invoked then the built documentation will be
installed. See :ref:`LLVM-specific variables`.
+* Both the Autoconf/Makefile and CMake build systems now generate
+ ``LLVMConfig.cmake`` (and other files) to export installed libraries. This
+ means that projects using CMake to build against LLVM libraries can now build
+ against an installed LLVM built by the Autoconf/Makefile system. See
+ :ref:`Embedding LLVM in your project` for details.
+
+* Use of ``llvm_map_components_to_libraries()`` by external projects is
+ deprecated and the new ``llvm_map_components_to_libnames()`` should be used
+ instead.
+
External Open Source Projects Using LLVM 3.5
============================================
More information about the llvm-branch-commits
mailing list