summaryrefslogtreecommitdiffstats
path: root/llvm/docs/WritingAnLLVMPass.html
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-04-12 19:40:35 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-04-12 19:40:35 +0000
commit23fe31cc8d50b023cfd3f6fc79388f864eb48311 (patch)
treeb130fe3d00f5147bf3bd89457c03589e758eff9c /llvm/docs/WritingAnLLVMPass.html
parent3c974a6bdef155ef17e77856b9e21dac6082bab3 (diff)
downloadbcm5719-llvm-23fe31cc8d50b023cfd3f6fc79388f864eb48311.tar.gz
bcm5719-llvm-23fe31cc8d50b023cfd3f6fc79388f864eb48311.zip
Document how to build a LLVM pass with CMake out of source.
Patch by arrowdodger! llvm-svn: 129381
Diffstat (limited to 'llvm/docs/WritingAnLLVMPass.html')
-rw-r--r--llvm/docs/WritingAnLLVMPass.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html
index 6d18d192e31..7e152452740 100644
--- a/llvm/docs/WritingAnLLVMPass.html
+++ b/llvm/docs/WritingAnLLVMPass.html
@@ -211,6 +211,9 @@ the <tt>opt</tt> or <tt>bugpoint</tt> tools via their <tt>-load</tt> options.
If your operating system uses a suffix other than .so (such as windows or
Mac OS/X), the appropriate extension will be used.</p>
+<p>If you are used CMake to build LLVM, see
+<a href="CMake.html#passdev">Developing an LLVM pass with CMake</a>.</p>
+
<p>Now that we have the build scripts set up, we just need to write the code for
the pass itself.</p>
OpenPOWER on IntegriCloud