diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-07-26 22:51:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-07-26 22:51:00 +0000 |
| commit | 76f0cf457c361859f8361b4c9cce2f0a4eabc89a (patch) | |
| tree | 6569232c1f5331e12d2c9fdcc2db3ed8e0dcebb9 | |
| parent | 5cbe152ffc15d6329e89a3767f1c7f3a371b4c46 (diff) | |
| download | bcm5719-llvm-76f0cf457c361859f8361b4c9cce2f0a4eabc89a.tar.gz bcm5719-llvm-76f0cf457c361859f8361b4c9cce2f0a4eabc89a.zip | |
path renamed.
llvm-svn: 109464
| -rw-r--r-- | clang/www/get_started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 96979af32d0..b64a5f285fb 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -76,7 +76,7 @@ follows:</p> hard-coded paths" in <tt>clang/lib/Frontend/InitHeaderSearch.cpp</tt> and change the lines below to include that path.</li> </ul> - <li>Try it out (assuming you add llvm/Debug/bin to your path):</li> + <li>Try it out (assuming you add llvm/Debug+Asserts/bin to your path):</li> <ul> <li><tt>clang --help</tt></li> <li><tt>clang file.c -fsyntax-only</tt> (check for correctness)</li> |

