<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/MakefileGuide.html, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/MakefileGuide.html?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/MakefileGuide.html?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-07-24T17:54:00Z</updated>
<entry>
<title>Document BUILD_EXAMPLES makefile variable</title>
<updated>2010-07-24T17:54:00Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2010-07-24T17:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0cb24daeeaaf5e6104b04195b5f09bcf99904364'/>
<id>urn:sha1:0cb24daeeaaf5e6104b04195b5f09bcf99904364</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109346 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"</title>
<updated>2010-07-07T07:48:00Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-07T07:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8246adc1f0e2d28374da3aeab864aee5ff03f3ff'/>
<id>urn:sha1:8246adc1f0e2d28374da3aeab864aee5ff03f3ff</id>
<content type='text'>
builds to "Release".  The default build is unchanged (optimization on,
assertions on), however it is now called Release+Asserts.  The intent
is that future LLVM releases released via llvm.org will be Release builds
in the new sense, i.e. will have assertions disabled (currently they have
assertions enabled, for a more than 20% slowdown).  This will bring them
in line with MacOS releases, which ship with assertions disabled.  It also
means that "Release" now means the same things in make and cmake builds:
cmake already disables assertions for "Release" builds AFAICS.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107758 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r103213. It broke several sections of live website.</title>
<updated>2010-05-07T00:28:04Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-07T00:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e2c3a49c8029ebd9ef530101cc24c66562e3dff5'/>
<id>urn:sha1:e2c3a49c8029ebd9ef530101cc24c66562e3dff5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Overhauled llvm/clang docs builds. Closes PR6613.</title>
<updated>2010-05-06T23:45:43Z</updated>
<author>
<name>mike-m</name>
<email>mikem.llvm@gmail.com</email>
</author>
<published>2010-05-06T23:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=68cb31901c590cabceee6e6356d62c84142114cb'/>
<id>urn:sha1:68cb31901c590cabceee6e6356d62c84142114cb</id>
<content type='text'>
NOTE: 2nd part changeset for cfe trunk to follow.

*** PRE-PATCH ISSUES ADDRESSED

- clang api docs fail build from objdir
- clang/llvm api docs collide in install PREFIX/
- clang/llvm main docs collide in install
- clang/llvm main docs have full of hard coded destination
  assumptions and make use of absolute root in static html files;
  namely CommandGuide tools hard codes a website destination
  for cross references and some html cross references assume
  website root paths

*** IMPROVEMENTS

- bumped Doxygen from 1.4.x -&gt; 1.6.3
- splits llvm/clang docs into 'main' and 'api' (doxygen) build trees
- provide consistent, reliable doc builds for both main+api docs
- support buid vs. install vs. website intentions
- support objdir builds
- document targets with 'make help'
- correct clean and uninstall operations
- use recursive dir delete only where absolutely necessary
- added call function fn.RMRF which safeguards against botched 'rm -rf';
  if any target (or any variable is evaluated) which attempts
  to remove any dirs which match a hard-coded 'safelist', a verbose
  error will be printed and make will error-stop.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM</title>
<updated>2010-02-23T10:00:53Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-02-23T10:00:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=797faed186a0a3c4e0e080923e96c1f58d63a672'/>
<id>urn:sha1:797faed186a0a3c4e0e080923e96c1f58d63a672</id>
<content type='text'>
capable compilers (which could be llvm-gcc or clang).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96935 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Documentation: Perform automated correction of common typos.</title>
<updated>2009-10-12T14:46:08Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-10-12T14:46:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8040cd3cfd7b87661c08ca916daf355593dd8ffa'/>
<id>urn:sha1:8040cd3cfd7b87661c08ca916daf355593dd8ffa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83849 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Forgot to update the documentation in r82906. s/DEBUG_RUNTIME/DEBUG_SYMBOLS/.</title>
<updated>2009-09-28T21:14:38Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2009-09-28T21:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=da591e7fbee91f8750ff777c2d63ae3fdf328a88'/>
<id>urn:sha1:da591e7fbee91f8750ff777c2d63ae3fdf328a88</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83015 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This patch causes the --enable-debug-runtime configure flag and the</title>
<updated>2009-09-25T16:46:09Z</updated>
<author>
<name>Jeffrey Yasskin</name>
<email>jyasskin@google.com</email>
</author>
<published>2009-09-25T16:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d448292104a1ae72c5ec5d0f925691f57f6a13ee'/>
<id>urn:sha1:d448292104a1ae72c5ec5d0f925691f57f6a13ee</id>
<content type='text'>
DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's objects.
Without this, it's very hard to debug crashes that happen in Release-Asserts
mode but not Debug mode.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82775 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove support for building LLVM libraries into "relinked" </title>
<updated>2009-06-16T23:00:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-06-16T23:00:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6be926647d42e149fb7ef20554899d2fe9a2e80f'/>
<id>urn:sha1:6be926647d42e149fb7ef20554899d2fe9a2e80f</id>
<content type='text'>
object files.  Now we always build LLVM libraries into archives (.a files).

This makes the 'make' build work more like the cmake build, among other
things.  Doing this exposed some latent circular library dependencies, so
I think that llvm-config wasn't quite right for .o files anyway.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73579 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!</title>
<updated>2009-04-25T22:08:52Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-04-25T22:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=069429062d15a020047a3e52680822709aeb6d51'/>
<id>urn:sha1:069429062d15a020047a3e52680822709aeb6d51</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70082 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
