[llvm-commits] [test-suite] r40841 - in /test-suite/trunk: docs/ docs/index.html website/ website/index.html
Reid Spencer
rspencer at reidspencer.com
Sun Aug 5 10:11:57 PDT 2007
Author: reid
Date: Sun Aug 5 12:11:57 2007
New Revision: 40841
URL: http://llvm.org/viewvc/llvm-project?rev=40841&view=rev
Log:
Add placeholders for website and documentation for testing.
Added:
test-suite/trunk/docs/
test-suite/trunk/docs/index.html
test-suite/trunk/website/
test-suite/trunk/website/index.html
Added: test-suite/trunk/docs/index.html
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/docs/index.html?rev=40841&view=auto
==============================================================================
--- test-suite/trunk/docs/index.html (added)
+++ test-suite/trunk/docs/index.html Sun Aug 5 12:11:57 2007
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <h1>LLVM TEST SUITE DOCUMENTATION</h1>
+ <p>This is just a placeholder</p>
+ </body>
+</html>
Added: test-suite/trunk/website/index.html
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/website/index.html?rev=40841&view=auto
==============================================================================
--- test-suite/trunk/website/index.html (added)
+++ test-suite/trunk/website/index.html Sun Aug 5 12:11:57 2007
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <h1>LLVM TEST SUITE WEB SITE</h1>
+ <p>This is just a placeholder</p>
+ </body>
+</html>
More information about the llvm-commits
mailing list