diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-14 19:32:05 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-14 19:32:05 +0000 |
commit | 94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0 (patch) | |
tree | 1bed3b27d58d3ba4293cf010b28a16d8ed44efd4 /docs/CommandLine.html | |
parent | ced704ba608ce0675bdba1677b612288b6e0956f (diff) | |
download | external_llvm-94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0.zip external_llvm-94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0.tar.gz external_llvm-94f3d1af5fe09f14e45c68a6a8c59b4d681c64a0.tar.bz2 |
this file moved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandLine.html')
-rw-r--r-- | docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 3140b98..89363f9 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 |