From 23ba1e4faa8317e762eb95aecd786e9600e9f834 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 12 Apr 2011 19:40:35 +0000 Subject: [PATCH] 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/CMake.html | 58 +++++++++++++++++++++++++++++++++++++ docs/WritingAnLLVMPass.html | 3 ++ 2 files changed, 61 insertions(+) diff --git a/docs/CMake.html b/docs/CMake.html index 6778d6b7315..73e6f440e30 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -22,6 +22,9 @@
  • Executing the test suite
  • Cross compiling
  • Embedding LLVM in your project +
  • Compiler/Platform specific topics