<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/unittests/Makefile.unittest, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2016-01-26T21:29:08+00:00</updated>
<entry>
<title>Remove autoconf support</title>
<updated>2016-01-26T21:29:08+00:00</updated>
<author>
<name>Chris Bieneman</name>
<email>beanz@apple.com</email>
</author>
<published>2016-01-26T21:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e49730d4baa8443ad56f59bd8066bf4c1e56ea72'/>
<id>urn:sha1:e49730d4baa8443ad56f59bd8066bf4c1e56ea72</id>
<content type='text'>
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html

"I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened."
- Obi Wan Kenobi

Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark

Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits

Differential Revision: http://reviews.llvm.org/D16471

llvm-svn: 258861
</content>
</entry>
<entry>
<title>With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.</title>
<updated>2014-02-28T16:16:51+00:00</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2014-02-28T16:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=11ac853774dcb99d75a069f231dc3087db5e9590'/>
<id>urn:sha1:11ac853774dcb99d75a069f231dc3087db5e9590</id>
<content type='text'>
llvm-svn: 202510
</content>
</entry>
<entry>
<title>Makefile.unittest: cleanup may fail. Add '-' in the action.</title>
<updated>2013-12-20T04:20:23+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2013-12-20T04:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=798998a47325eb9dc976942cc58e94875456e5a9'/>
<id>urn:sha1:798998a47325eb9dc976942cc58e94875456e5a9</id>
<content type='text'>
llvm-svn: 197777
</content>
</entry>
<entry>
<title>Introduce clean-ups in llvm/unittests/Makefile.unittest, to sweep stray *Tests.</title>
<updated>2013-12-19T07:09:28+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2013-12-19T07:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8e1ce2e7d974d3ff46f497094454918e8f6bad2b'/>
<id>urn:sha1:8e1ce2e7d974d3ff46f497094454918e8f6bad2b</id>
<content type='text'>
Stray *Tests might stay after reverting.

FIXME: Could we apply this feature to clang/unittests?
FIXME: Implement this feature to CMake.
llvm-svn: 197661
</content>
</entry>
<entry>
<title>build/unittests: Fix llvm-config names for gtest libraries, and bring Makefile</title>
<updated>2011-12-15T23:35:08+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-12-15T23:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=06bb7988032509e5208c37c73871e83361f9c0f7'/>
<id>urn:sha1:06bb7988032509e5208c37c73871e83361f9c0f7</id>
<content type='text'>
library names in line with those used by CMake.
 - Patch by Johannes Obermayr, with tweaks by me.

llvm-svn: 146706
</content>
</entry>
<entry>
<title>build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveraged</title>
<updated>2011-02-04T17:12:18+00:00</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2011-02-04T17:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=38992cc9df71c1d85b87f453d1ea79eb73ed611e'/>
<id>urn:sha1:38992cc9df71c1d85b87f453d1ea79eb73ed611e</id>
<content type='text'>
by Clang.

llvm-svn: 124871
</content>
</entry>
<entry>
<title>unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming.</title>
<updated>2010-11-26T09:32:02+00:00</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2010-11-26T09:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=98fa0159fcc6d8b4c7f61ab727b9e110863b35fc'/>
<id>urn:sha1:98fa0159fcc6d8b4c7f61ab727b9e110863b35fc</id>
<content type='text'>
GNU ld/PECOFF accepts but ignores them below;
  --version-script
  --export-dynamic
  --rpath

FIXME: autoconf should be aware of them.
llvm-svn: 120179
</content>
</entry>
<entry>
<title>This patch enables "make unittests" on enable-shared/mingw.</title>
<updated>2010-08-17T19:34:40+00:00</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2010-08-17T19:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b356426046ea8f96f21275a719b71340c637272a'/>
<id>urn:sha1:b356426046ea8f96f21275a719b71340c637272a</id>
<content type='text'>
Patch by Takumi Nakamura!

llvm-svn: 111270
</content>
</entry>
<entry>
<title>Disable pthread support in googletest if llvm was configured without threads.</title>
<updated>2010-06-03T15:17:04+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2010-06-03T15:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7cd082a7a3dc798043a0abfbfb5a9b4eeb57e477'/>
<id>urn:sha1:7cd082a7a3dc798043a0abfbfb5a9b4eeb57e477</id>
<content type='text'>
llvm-svn: 105390
</content>
</entry>
<entry>
<title>Turns out gtest still prefers the system &lt;tr1/tuple&gt; over it's own</title>
<updated>2010-06-03T07:51:58+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2010-06-03T07:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1add5f378dde00808233c98c82d50e3ca92c5559'/>
<id>urn:sha1:1add5f378dde00808233c98c82d50e3ca92c5559</id>
<content type='text'>
implementation. Force the internal one to unbreak clang selfhost on linux.

llvm-svn: 105386
</content>
</entry>
</feed>
