Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.
Move files and fix #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1400 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CommandLine.html b/docs/CommandLine.html
index 1660639..f12525b 100644
--- a/docs/CommandLine.html
+++ b/docs/CommandLine.html
@@ -64,7 +64,7 @@
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 @@
<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>