commit | 11ffe2c47ee959bb9b2a59e4afd6ac41a8269aaa | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Wed Dec 12 17:02:44 2012 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Wed Dec 12 17:02:44 2012 +0000 |
tree | 702afbcb1f6887df7ab59d59a29fee552d2021ea | |
parent | 427cfcb93780801a437b62ed75f9f393ec180fb5 [diff] [blame] |
Documentation: convert WritingAnLLVMPass.html to reST. Patch by Anthony Mykhailenko with small fixes by me. llvm-svn: 169992
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 9bf0d56..f895788 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst
@@ -355,6 +355,8 @@ target_link_libraries(mycompiler ${REQ_LLVM_LIBRARIES}) +.. _cmake-out-of-source-pass: + Developing LLVM pass out of source ----------------------------------