| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 202510
|
|
|
|
| |
llvm-svn: 197777
|
|
|
|
|
|
|
|
| |
Stray *Tests might stay after reverting.
FIXME: Could we apply this feature to clang/unittests?
FIXME: Implement this feature to CMake.
llvm-svn: 197661
|
|
|
|
|
|
|
| |
library names in line with those used by CMake.
- Patch by Johannes Obermayr, with tweaks by me.
llvm-svn: 146706
|
|
|
|
|
|
| |
by Clang.
llvm-svn: 124871
|
|
|
|
|
|
|
|
|
|
|
|
| |
cygming.
GNU ld/PECOFF accepts but ignores them below;
--version-script
--export-dynamic
--rpath
FIXME: autoconf should be aware of them.
llvm-svn: 120179
|
|
|
|
|
|
| |
Patch by Takumi Nakamura!
llvm-svn: 111270
|
|
|
|
| |
llvm-svn: 105390
|
|
|
|
|
|
| |
implementation. Force the internal one to unbreak clang selfhost on linux.
llvm-svn: 105386
|
|
|
|
| |
llvm-svn: 105355
|
|
|
|
| |
llvm-svn: 98074
|
|
|
|
|
|
| |
--enable-shared is passed to configure.
llvm-svn: 97119
|
|
|
|
| |
llvm-svn: 96981
|
|
|
|
|
|
| |
the examples shared to make sure the shared library keeps working.
llvm-svn: 96959
|
|
|
|
|
|
| |
mysteriously.
llvm-svn: 96569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
--enable-shared configure flag to have the tools linked shared. (2.7svn is just
$(LLVMVersion) so it'll change to "2.7" in the release.) Always link the
example programs shared to test that the shared library keeps working.
On my mac laptop, Debug libLLVM2.7svn.dylib is 39MB, and opt (for example) is
16M static vs 440K shared.
Two things are less than ideal here:
1) The library doesn't include any version information. Since we expect to break
the ABI with every release, this shouldn't be much of a problem. If we do
release a compatible 2.7.1, we may be able to hack its library to work with
binaries compiled against 2.7.0, or we can just ask them to recompile. I'm
hoping to get a real packaging expert to look at this for the 2.8 release.
2) llvm-config doesn't yet have an option to print link options for the shared
library. I'll add this as a subsequent patch.
llvm-svn: 96559
|
|
|
|
|
|
| |
broken by setting CXXFLAGS on the command line.
llvm-svn: 94619
|
|
|
|
| |
llvm-svn: 94569
|
|
|
|
|
|
| |
lack of RTTI.
llvm-svn: 94484
|
|
|
|
| |
llvm-svn: 94378
|
|
|
|
| |
llvm-svn: 85149
|
|
|
|
| |
llvm-svn: 83252
|
|
|
|
|
|
|
|
|
|
| |
- 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!
llvm-svn: 83251
|
|
|
|
| |
llvm-svn: 82925
|
|
|
|
|
|
|
| |
- 'make unittests' still builds and tests.
- 'make unitcheck' inside a unittest directory runs the tests in that directory.
llvm-svn: 81725
|
|
|
|
| |
llvm-svn: 81692
|
|
|
|
|
|
|
| |
- 'make unittests' still builds and tests.
- 'make unitcheck' inside a unittest directory runs the tests in that directory.
llvm-svn: 81687
|
|
|
|
| |
llvm-svn: 68167
|
|
|
|
| |
llvm-svn: 65517
|
|
* Added the first LLVM unittest -- DenseMap.
* Updated mkpatch utility to include llvm/unittests dir
* Added top-level target "unittests" to run all unittests
llvm-svn: 61541
|