forked from OSchip/llvm-project
Tweak documentation to mention Debug+Asserts.
llvm-svn: 107863
This commit is contained in:
parent
1567f0fa7e
commit
b69d4ce5f3
|
@ -90,8 +90,8 @@ source code</a>.<p>
|
|||
|
||||
<li>The location of the <tt>clang</tt> binary.
|
||||
|
||||
<p>For example, if you built a <em>Debug</em> build of LLVM/Clang, the
|
||||
resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug
|
||||
<p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the
|
||||
default), the resultant<tt>clang</tt> binary will be in $(OBJDIR)/Debug+Asserts
|
||||
(where <tt>$(OBJDIR)</tt> is often the same as the root source directory). You
|
||||
can also do <tt>make install</tt> to install the LLVM/Clang libaries and
|
||||
binaries to the installation directory of your choice (specified when you run
|
||||
|
|
Loading…
Reference in New Issue