Fixed broken links.
authorTanya Lattner <tonic@nondot.org>
Wed, 8 Dec 2004 18:13:51 +0000 (18:13 +0000)
committerTanya Lattner <tonic@nondot.org>
Wed, 8 Dec 2004 18:13:51 +0000 (18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18647 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MakefileGuide.html
docs/WritingAnLLVMPass.html

index 42c2b1cea91fd1280930235e60199efaa9d50e2a..7e70f3aabed64f8a3672ad54af9dcf22a6ee0320 100644 (file)
   <p>In some situations, it is desireable to build a single bytecode module from
   a variety of sources, instead of an archive, shared library, or bytecode 
   library. Bytecode modules can be specified in addition to any of the other
-  types of libraries by defining the <a href="MODULE_NAME">MODULE_NAME</a>
+  types of libraries by defining the <a href="#MODULE_NAME">MODULE_NAME</a>
   variable. For example:</p>
   <pre><tt>
       LIBRARYNAME = mylib
 <div class="doc_subsection"><a name="check">check</a></div>
 <div class="doc_text">
   <p>This target can be invoked from anywhere within a project's directories
-  but always invokes the <a href="check-local"><tt>check-local</tt></a> target 
+  but always invokes the <a href="#check-local"><tt>check-local</tt></a> target 
   in the project's <tt>test</tt> directory, if it exists and has a 
   <tt>Makefile</tt>. A warning is produced otherwise.  If 
-  <a href="TESTSUITE"><tt>TESTSUITE</tt></a> is defined on the <tt>make</tt>
+  <a href="#TESTSUITE"><tt>TESTSUITE</tt></a> is defined on the <tt>make</tt>
   command line, it will be passed down to the invocation of 
   <tt>make check-local</tt> in the <tt>test</tt> directory. The intended usage 
   for this is to assist in running specific suites of tests. If
     files that are not automatically distributed.</dd>
     <dt><a name="FAKE_SOURCES"><tt>FAKE_SOURCES</tt><small>(optional)</small>
     </a></dt>
-    <dd>This variable is like <a href="SOURCES"><tt>SOURCES</tt></a> except that
+    <dd>This variable is like <a href="#SOURCES"><tt>SOURCES</tt></a> except that
     the source files don't need to exist. The makefiles only use
     <tt>FAKE_SOURCES</tt> to create the names of derived objects that should be
     included in the directory's result. It is assumed that the project's
     <dd>Specifies the name of the LLVM code generation target that the
     current directory builds. Setting this variable enables additional rules to
     build <tt>.inc</tt> files from <tt>.td</tt> files. </dd>
+    <dt><a name="TESTSUITE"><tt>TESTSUITE</tt></a></dt>
+    <dd>Specifies the directory of tests to run in <tt>llvm/test</tt>.</dd>
     <dt><a name="TOOLNAME"><tt>TOOLNAME</tt></a></dt>
     <dd>Specifies the name of the tool that the current directory should
     build.</dd>
index 7b90db352bc10ef40e07ec181863d36d845ebebb..65a1e0e30cb9167bb4ae0aae25d26b0bccc4137c 100644 (file)
@@ -1212,7 +1212,7 @@ pass is the default implementation for the interface.</p>
 
 <div class="doc_text">
 <p>The <a
-href="http:://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
+href="http://llvm.cs.uiuc.edu/doxygen/Statistic_8h-source.html"><tt>Statistic</tt></a>
 class, is designed to be an easy way to expose various success
 metrics from passes.  These statistics are printed at the end of a
 run, when the -stats command line option is enabled on the command