From b64f020a30427e90a05530f8b20f1bddd1ab9e0a Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 12 Dec 2012 17:02:44 +0000 Subject: 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 --- docs/CMake.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/CMake.rst') 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 ---------------------------------- -- cgit v1.2.3