Thanks. I found out about this the hard way, wondering my old clang was not being built in the same place.
- Fariborz On Jul 8, 2010, at 1:31 AM, Duncan Sands wrote: > Author: baldrick > Date: Thu Jul 8 03:31:28 2010 > New Revision: 107863 > > URL: http://llvm.org/viewvc/llvm-project?rev=107863&view=rev > Log: > Tweak documentation to mention Debug+Asserts. > > Modified: > cfe/trunk/www/analyzer/installation.html > > Modified: cfe/trunk/www/analyzer/installation.html > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/installation.html?rev=107863&r1=107862&r2=107863&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- cfe/trunk/www/analyzer/installation.html (original) > +++ cfe/trunk/www/analyzer/installation.html Thu Jul 8 03:31:28 2010 > @@ -90,8 +90,8 @@ > > <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 > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
