Add link documenting shared/static library differences across platforms.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 18 Jun 2004 18:39:00 +0000 (18:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 18 Jun 2004 18:39:00 +0000 (18:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14237 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index fc53444c91027d8e29aa455b71835de0bc2fdca3..06794cdc3be9809934ed7a436d3cd36d1d345859 100644 (file)
@@ -222,12 +222,11 @@ to write maintainable code more than where to put your curly braces.</p>
 
 <div class="doc_text">
 
-<p>LLVM is currently using CVS as its source versioning system. You may find
-this reference handy:</p>
-
 <ol>
 <li><a href="http://www.psc.edu/%7Esemke/cvs_branches.html">CVS
 Branch and Tag Primer</a></li>
+<li><a href="http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html">Using
+static and shared libraries across platforms</a></li>
 </ol>
 
 </div>