summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-26 22:51:00 +0000
committerChris Lattner <sabre@nondot.org>2010-07-26 22:51:00 +0000
commitbe9a5ca062563c374db130c710283590f7a241ed (patch)
tree5b2b3c231d0cdc96d90980d73c567d061e6ea6e7 /www/get_started.html
parent7cd4b060f1e59f6d29126383ceee614e4772f859 (diff)
path renamed.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 96979af32d..b64a5f285f 100644
--- a/www/get_started.html
+++ b/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>