<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/MakefileGuide.html, branch release_24</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/MakefileGuide.html?h=release_24</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/MakefileGuide.html?h=release_24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-29T00:42:21Z</updated>
<entry>
<title>PR1601: etags not configured correctly</title>
<updated>2007-09-29T00:42:21Z</updated>
<author>
<name>Gordon Henriksen</name>
<email>gordonhenriksen@mac.com</email>
</author>
<published>2007-09-29T00:42:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=422937113da28615dc16f7abca8b0381c86aa6d5'/>
<id>urn:sha1:422937113da28615dc16f7abca8b0381c86aa6d5</id>
<content type='text'>
Resolving this by deleting vestigal etags remnants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42460 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>first pass of nomenclature changes in .html files</title>
<updated>2007-07-06T22:07:22Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2007-07-06T22:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=04367bfc20c021c4105abf0c33b86d55f782d1e8'/>
<id>urn:sha1:04367bfc20c021c4105abf0c33b86d55f782d1e8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove references to gccld and gccas, adjusting the documentation to</title>
<updated>2007-02-09T15:59:08Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-09T15:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=434262ad518dad47841189b27fb9f3943d8206b8'/>
<id>urn:sha1:434262ad518dad47841189b27fb9f3943d8206b8</id>
<content type='text'>
mention llvm-ld and opt instead (if appropriate).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34094 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Document the LINK_COMPONENTS and NO_INSTALL variables.</title>
<updated>2007-02-06T19:00:40Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-02-06T19:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b4422629afa486dc3bdb7413a0d43e9007f67c1'/>
<id>urn:sha1:9b4422629afa486dc3bdb7413a0d43e9007f67c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33969 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update this to reflect llvm-config usage</title>
<updated>2006-09-04T06:12:14Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-09-04T06:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=362b3680c1d8f92609ee37c4a6943c7a45f287cb'/>
<id>urn:sha1:362b3680c1d8f92609ee37c4a6943c7a45f287cb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30094 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix an anchor name.</title>
<updated>2006-08-07T23:44:59Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-07T23:44:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d1001f2ac20d5f83037fa418769a8622b3413305'/>
<id>urn:sha1:d1001f2ac20d5f83037fa418769a8622b3413305</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29557 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR780:</title>
<updated>2006-08-07T23:12:15Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-07T23:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=42fe455d3789b8e7913f463f85cd5606d7fb6efe'/>
<id>urn:sha1:42fe455d3789b8e7913f463f85cd5606d7fb6efe</id>
<content type='text'>
1. Change the usage of LOADABLE_MODULE so that it implies all the things
   necessary to make a loadable module. This reduces the user's burdern to
   get a loadable module correctly built.
2. Document the usage of LOADABLE_MODULE in the MakefileGuide
3. Adjust the makefile for lib/Transforms/Hello to use the new specification
   for building loadable modules
4. Adjust the sample project to not attempt to build a shared library for
   its little library. This was just wasteful and not instructive at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29551 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2006-07-11T18:25:57Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2006-07-11T18:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=27bc97d2479e3345d61f9b08f2e6ae7dfa88fafb'/>
<id>urn:sha1:27bc97d2479e3345d61f9b08f2e6ae7dfa88fafb</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29107 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Document the LINK_LIBS_IN_SHARED control variable.</title>
<updated>2006-06-03T18:55:33Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-03T18:55:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=98bb297da015c25977f45c3b7753b9d895794b95'/>
<id>urn:sha1:98bb297da015c25977f45c3b7753b9d895794b95</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28676 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove more references to Burg.</title>
<updated>2006-04-20T18:46:45Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-04-20T18:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=572a76fe5857e390ceb7f0f62d9815662efe03bf'/>
<id>urn:sha1:572a76fe5857e390ceb7f0f62d9815662efe03bf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27905 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
