diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-11-27 00:03:19 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-11-27 00:03:19 +0000 |
| commit | 5de2204fe84a89604a31253a299ab265dee76934 (patch) | |
| tree | 142e5dd065732bf4cc8775f69ce0979230836e51 /llvm/docs/CommandLine.html | |
| parent | f679703feb9c4702a55f41caec15d5adf997cac9 (diff) | |
| download | bcm5719-llvm-5de2204fe84a89604a31253a299ab265dee76934.tar.gz bcm5719-llvm-5de2204fe84a89604a31253a299ab265dee76934.zip | |
Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.
Move files and fix #includes
llvm-svn: 1400
Diffstat (limited to 'llvm/docs/CommandLine.html')
| -rw-r--r-- | llvm/docs/CommandLine.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index 1660639dcb1..f12525b263e 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/docs/CommandLine.html @@ -64,7 +64,7 @@ This section of the manual runs through a simple CommandLine'ification of a util To start out, you need to include the CommandLine header file into your program:<p> <pre> - #include "llvm/Support/CommandLine.h" + #include "Support/CommandLine.h" </pre><p> Additionally, you need to add this as the first line of your main program:<p> @@ -353,7 +353,7 @@ Extension Guide: TODO <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Jan 23 15:19:28 CST 2001 --> <!-- hhmts start --> -Last modified: Mon Jul 23 17:33:57 CDT 2001 +Last modified: Mon Nov 26 17:09:39 CST 2001 <!-- hhmts end --> </font> </body></html> |

