diff options
-rw-r--r-- | docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 921069d133..3cbcd1ad7f 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -237,7 +237,7 @@ programs), first checkout and setup the <tt>test-suite</tt> module:</p> </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++ |