<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Makefile, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Makefile?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Makefile?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-01-24T20:22:08Z</updated>
<entry>
<title>mark some libraries that currently require RTTI.</title>
<updated>2010-01-24T20:22:08Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-01-24T20:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c0f8a361f5dc93f0817411ef17af57b0d3fe60b6'/>
<id>urn:sha1:c0f8a361f5dc93f0817411ef17af57b0d3fe60b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94377 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>MingW build fixes</title>
<updated>2009-10-02T19:36:31Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-10-02T19:36:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7d26948662d222be28bd6be509c40f8aff954da5'/>
<id>urn:sha1:7d26948662d222be28bd6be509c40f8aff954da5</id>
<content type='text'>
- MingW needs -lpsapi (in ${LIBS}) linked after -lLLVMSystem.
  Noticed by Ronald Pijnacker!

- Some parts of the System library must be build with exceptions on windows.
  Based on a patch by Jay Foad!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83251 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed trailing whitespace from Makefiles.</title>
<updated>2009-01-09T16:44:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-09T16:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b8f542e2746b28721b3ec603c3aaaa10ea708fc'/>
<id>urn:sha1:9b8f542e2746b28721b3ec603c3aaaa10ea708fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove attribution from lib Makefiles.</title>
<updated>2007-12-29T20:09:26Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T20:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc643c5e88c596f217750dd91fcc66488dfed73d'/>
<id>urn:sha1:fc643c5e88c596f217750dd91fcc66488dfed73d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45415 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Turn off exception handling for this library. It no longer throws nor</title>
<updated>2006-08-23T20:35:51Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-08-23T20:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4c97bed5d9f20bba3fbc3d13199cd9d6a320329e'/>
<id>urn:sha1:4c97bed5d9f20bba3fbc3d13199cd9d6a320329e</id>
<content type='text'>
handles exceptions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29847 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>This uses EH extensively</title>
<updated>2006-07-07T00:47:29Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2006-07-07T00:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a98a81e92a5a4b1631034fc44604b556cf50e581'/>
<id>urn:sha1:a98a81e92a5a4b1631034fc44604b556cf50e581</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29036 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For PR786:</title>
<updated>2006-06-01T01:55:21Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-06-01T01:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=72f42bbc9baad5fce8ee0a9ef969afbfc201f467'/>
<id>urn:sha1:72f42bbc9baad5fce8ee0a9ef969afbfc201f467</id>
<content type='text'>
Turn -pedantic and -Wno-long-long compile flags on by default. In a few
places, avoid the warnings by removing these options in the local makefile.
One notable exception: lib/Target/CBackend/Writer.cpp. These warnings are
left on as a reminder to developers to clean them up.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28614 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the README files to the distribution.</title>
<updated>2006-04-13T06:39:24Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2006-04-13T06:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3758552428737f2467cc58ae81a064789637b4aa'/>
<id>urn:sha1:3758552428737f2467cc58ae81a064789637b4aa</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now</title>
<updated>2005-10-24T02:26:13Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-10-24T02:26:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342'/>
<id>urn:sha1:f36aeedaa30b34b044c20e8ef5d43bd8c6c0e342</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23940 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only build .a file versions of these libraries, instead of .a and .o versions.</title>
<updated>2005-10-24T02:11:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2005-10-24T02:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e3242e2392567ba360da86ad4f86e30ae1d29f91'/>
<id>urn:sha1:e3242e2392567ba360da86ad4f86e30ae1d29f91</id>
<content type='text'>
This should speed up build times.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23937 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
