[llvm-commits] [llvm] r118131 - /llvm/trunk/docs/TestingGuide.html
Chris Lattner
sabre at nondot.org
Tue Nov 2 17:30:29 PDT 2010
Author: lattner
Date: Tue Nov 2 19:30:29 2010
New Revision: 118131
URL: http://llvm.org/viewvc/llvm-project?rev=118131&view=rev
Log:
fix typo, patch by Trevor Harmon (PR8537)
Modified:
llvm/trunk/docs/TestingGuide.html
Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=118131&r1=118130&r2=118131&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Tue Nov 2 19:30:29 2010
@@ -237,7 +237,7 @@
</div>
<p>where <tt>$LLVM_GCC_DIR</tt> is the directory where
-you <em>installed</em> llvm-gcc, not it's src or obj
+you <em>installed</em> llvm-gcc, not its src or obj
dir. The <tt>--with-llvmgccdir</tt> option assumes that
the <tt>llvm-gcc-4.2</tt> module was configured with
<tt>--program-prefix=llvm-</tt>, and therefore that the C and C++
More information about the llvm-commits
mailing list