summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-11-14 19:32:05 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-11-14 19:32:05 +0000
commit94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0 (patch)
tree1bed3b27d58d3ba4293cf010b28a16d8ed44efd4 /docs
parentced704ba608ce0675bdba1677b612288b6e0956f (diff)
downloadllvm-94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0.tar.gz
llvm-94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0.tar.bz2
llvm-94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0.tar.xz
this file moved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandLine.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 3140b98ddf..89363f95e5 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -195,7 +195,7 @@ can do.</p>
program:</p>
<div class="doc_code"><pre>
- #include "Support/CommandLine.h"
+ #include "llvm/Support/CommandLine.h"
</pre></div>
<p>Additionally, you need to add this as the first line of your main