summaryrefslogtreecommitdiff
path: root/tools/llvm-shlib/Makefile
Commit message (Expand)AuthorAge
* autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard2014-05-13
* Revert "autoconf: Fix soname for libLLVM-Major.Minor.so"Tom Stellard2014-05-13
* autoconf: Fix soname for libLLVM-Major.Minor.soTom Stellard2014-05-13
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-03
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-28
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-02
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-01
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-04
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* openbsd doesn't support soname, patch by Brad Smith!Chris Lattner2012-04-25
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Set soname for FreeBSD as well.Anton Korobeynikov2012-04-03
* Add soname to LLVM shared library on Linux. Probably the same stuff is necess...Anton Korobeynikov2012-03-23
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Exclude libLLVMTableGen.a from the shared libraryPeter Collingbourne2011-10-04
* improve solaris support, from PR9109, patch by Yuri!Chris Lattner2011-02-13
* autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi2010-12-29
* tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.NAKAMURA Takumi2010-10-28
* This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov2010-08-17
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-31
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Oops. Pass -lgcc _only_ on ARM, not on everything except ARM.Jeffrey Yasskin2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-18
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-18