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 | 3e6c91946947050972b1ac929987e85e67ccf49d (patch) | |
tree | c8db75263261ec212f34f1a41a7739a17d7e9b46 /llvm/docs/TestingGuide.html | |
parent | 0baea2aa1b4ae9943bf2083a65f9e40e8856d338 (diff) | |
download | bcm5719-llvm-3e6c91946947050972b1ac929987e85e67ccf49d.tar.gz bcm5719-llvm-3e6c91946947050972b1ac929987e85e67ccf49d.zip |
fix typo, patch by Trevor Harmon (PR8537)
llvm-svn: 118131
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 921069d133e..3cbcd1ad7fd 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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++ |