From 23ba1e4faa8317e762eb95aecd786e9600e9f834 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 12 Apr 2011 19:40:35 +0000 Subject: Document how to build a LLVM pass with CMake out of source. Patch by arrowdodger! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129381 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/WritingAnLLVMPass.html') diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 6d18d192e3..7e15245274 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -211,6 +211,9 @@ the opt or bugpoint tools via their -load options. If your operating system uses a suffix other than .so (such as windows or Mac OS/X), the appropriate extension will be used.

+

If you are used CMake to build LLVM, see +Developing an LLVM pass with CMake.

+

Now that we have the build scripts set up, we just need to write the code for the pass itself.

-- cgit v1.2.3