summaryrefslogtreecommitdiff
path: root/tools/llvm-shlib
AgeCommit message (Expand)AuthorFilesLines
2015-11-04[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman1-1/+1
2015-10-27[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make it the default, add libLLV...Chris Bieneman1-40/+41
2015-10-14[CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman1-1/+1
2015-10-13[CMake] libLLVM's compatibility version should be 1.Chris Bieneman1-1/+1
2015-10-09[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, ...Chris Bieneman1-18/+10
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins1-47/+4
2015-09-01Enable linking tools, shared libraries against libLLVMAndrew Wilkins1-5/+36
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth1-1/+0
2015-07-13[CMake] Add missing DebugInfo libraries to llvm-shlibKeno Fischer1-0/+2
2015-04-16Updating symbol wildcards one more time.Chris Bieneman1-1/+1
2015-04-16Properly escaping the quotes so that bash doesn't do stupid things with the w...Chris Bieneman1-1/+1
2015-04-16Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries.Chris Bieneman1-25/+27
2015-04-13[CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman1-10/+21
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman1-1/+1
2015-02-24Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser1-1/+1
2015-02-23Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier1-1/+1
2015-02-23Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier1-1/+1
2015-02-20Raising minimum required CMake version to 2.8.12.2.Chris Bieneman1-1/+1
2015-02-18Fixing a CMake developer warning.Chris Bieneman1-1/+3
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth1-1/+1
2014-12-09Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman1-0/+7
2014-11-11[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and Selection...NAKAMURA Takumi1-3/+0
2014-11-10[CMake] Let llvm-shlib work on Linux with --whole-archive.NAKAMURA Takumi1-4/+10
2014-11-08[CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llv...NAKAMURA Takumi1-0/+2
2014-10-23Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman2-0/+108
2014-08-01Revert of 214418:Sylvestre Ledru1-5/+0
2014-07-31Create a default symver on Linux like ELF OSes.Eric Christopher1-0/+5
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