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