From: Oscar Fuentes Date: Tue, 12 Apr 2011 19:40:35 +0000 (+0000) Subject: Document how to build a LLVM pass with CMake out of source. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=23ba1e4faa8317e762eb95aecd786e9600e9f834;p=oota-llvm.git 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 --- 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