<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/tools/llvm-shlib, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/tools/llvm-shlib?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/tools/llvm-shlib?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-08-06T20:52:18Z</updated>
<entry>
<title>Add support for the OpenBSD for Bitrig.</title>
<updated>2012-08-06T20:52:18Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-08-06T20:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0f6759ab93b42570d71665b13d24ca2c4a5f276'/>
<id>urn:sha1:b0f6759ab93b42570d71665b13d24ca2c4a5f276</id>
<content type='text'>
Patch by David Hill.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161344 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>openbsd doesn't support soname, patch by Brad Smith!</title>
<updated>2012-04-25T06:37:20Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2012-04-25T06:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa1059fd9c134e2475a693a02289d15ebd47f66e'/>
<id>urn:sha1:fa1059fd9c134e2475a693a02289d15ebd47f66e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155536 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the build under Debian GNU/Hurd.</title>
<updated>2012-04-11T15:35:36Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2012-04-11T15:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6fc30c26b7fa9e89c4e9ab99b7feab11389cc3f4'/>
<id>urn:sha1:6fc30c26b7fa9e89c4e9ab99b7feab11389cc3f4</id>
<content type='text'>
Thanks to Pino Toscano for the patch



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154500 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Set soname for FreeBSD as well.</title>
<updated>2012-04-03T19:48:31Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2012-04-03T19:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1895fc90e01c9c3f48f40d99da6ead5ee09bcea4'/>
<id>urn:sha1:1895fc90e01c9c3f48f40d99da6ead5ee09bcea4</id>
<content type='text'>
Patch by Bernard Cafarelli!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153965 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add soname to LLVM shared library on Linux. Probably the same stuff is necessary for *BSD.</title>
<updated>2012-03-23T10:00:42Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2012-03-23T10:00:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d25dc3358bc81d380eb09f59b4d29dd6c53215ac'/>
<id>urn:sha1:d25dc3358bc81d380eb09f59b4d29dd6c53215ac</id>
<content type='text'>
Patch from Mageia!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153324 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>build: Tidy up a bunch of tool Makefiles, and simplify where possible using the</title>
<updated>2011-10-18T19:27:24Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-10-18T19:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8c39c9647da4f375e4f89bd417d86f5c3ff6dfa5'/>
<id>urn:sha1:8c39c9647da4f375e4f89bd417d86f5c3ff6dfa5</id>
<content type='text'>
new all-targets pseudo-component.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142401 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Exclude libLLVMTableGen.a from the shared library</title>
<updated>2011-10-04T00:30:34Z</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2011-10-04T00:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e97552e8509992f85607a669913de883592a4181'/>
<id>urn:sha1:e97552e8509992f85607a669913de883592a4181</id>
<content type='text'>
Unbreaks tools for --enable-shared build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141052 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>improve solaris support, from PR9109, patch by Yuri!</title>
<updated>2011-02-13T08:38:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-02-13T08:38:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c55f58b1a6a3ed0c386353a88b2b04681407adbe'/>
<id>urn:sha1:c55f58b1a6a3ed0c386353a88b2b04681407adbe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125456 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming.</title>
<updated>2010-12-29T03:59:14Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-12-29T03:59:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8eac88621626e196db2cb76492dc60c71c7c7fbb'/>
<id>urn:sha1:8eac88621626e196db2cb76492dc60c71c7c7fbb</id>
<content type='text'>
Cygwin has stdc++.dll in it's distribution, and we can assume distro's stdc++.dll might be available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122622 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.</title>
<updated>2010-10-28T06:45:57Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-10-28T06:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1c48377421e2c266244fbc6275e897dc66e22bda'/>
<id>urn:sha1:1c48377421e2c266244fbc6275e897dc66e22bda</id>
<content type='text'>
Thanks to Yuri Gribov and Vladimir Kirillov!
*BSD(s) have environ(7) in CRT startup and cannot resolve "environ" at linking llvm.so.
environ(7) is used inlib/System/Unix/Program.inc.

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