diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 17:56:24 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-03 17:56:24 +0000 |
commit | 2adb2a55ecfa276eaca7f05bc0c0dba4fdf1bed9 (patch) | |
tree | 32a3d76480d9bde7a9ba4e75082d2f45acecfe4f /docs/LLVMBuild.html | |
parent | 43120df44b629cc1ef0b587007bec5c31fb799a1 (diff) | |
download | external_llvm-2adb2a55ecfa276eaca7f05bc0c0dba4fdf1bed9.zip external_llvm-2adb2a55ecfa276eaca7f05bc0c0dba4fdf1bed9.tar.gz external_llvm-2adb2a55ecfa276eaca7f05bc0c0dba4fdf1bed9.tar.bz2 |
docs: Sketch docs for llvm-build tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LLVMBuild.html')
-rw-r--r-- | docs/LLVMBuild.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/LLVMBuild.html b/docs/LLVMBuild.html index 904d0e5..bb1883a 100644 --- a/docs/LLVMBuild.html +++ b/docs/LLVMBuild.html @@ -88,6 +88,11 @@ $ROOT of project trees for things which can be checked out separately. --> developers who are not working on the build system would only ever need to modify the contents of the <i>LLVMBuild.txt</i> description files (although we have not reached this goal yet).</p> + + <p>For more information on the utility tool we provide to help interfacing + with the build system, please see + the <a href="CommandGuide/html/llvm-build.html">llvm-build</a> + documentation.</p> </div> <!-- *********************************************************************** --> |