diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-03 00:30:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-03 00:30:29 +0000 |
commit | 9372fd3c92777a137f0a1a34375c1863afe64c9c (patch) | |
tree | 5d414924e407924490d23881f8cb50efb9174e4f /docs | |
parent | 303f350f7d4fffac042d6e36ca35f751ab62488b (diff) | |
download | external_llvm-9372fd3c92777a137f0a1a34375c1863afe64c9c.zip external_llvm-9372fd3c92777a137f0a1a34375c1863afe64c9c.tar.gz external_llvm-9372fd3c92777a137f0a1a34375c1863afe64c9c.tar.bz2 |
fix typo, patch by Trevor Harmon (PR8537)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 921069d..3cbcd1a 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++ |