summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-12 17:02:44 +0000
commitb64f020a30427e90a05530f8b20f1bddd1ab9e0a (patch)
tree9c60ef5b98080ca4d953d31238d8946656bf69e6 /docs/CMake.rst
parent44581afacc7afc5e4e6cb8ffa14d337cf54a279f (diff)
downloadllvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.gz
llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.bz2
llvm-b64f020a30427e90a05530f8b20f1bddd1ab9e0a.tar.xz
Documentation: convert WritingAnLLVMPass.html to reST.
Patch by Anthony Mykhailenko with small fixes by me. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.rst')
-rw-r--r--docs/CMake.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 9bf0d56255..f89578863c 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -355,6 +355,8 @@ an equivalent variant of snippet shown above:
target_link_libraries(mycompiler ${REQ_LLVM_LIBRARIES})
+.. _cmake-out-of-source-pass:
+
Developing LLVM pass out of source
----------------------------------