summaryrefslogtreecommitdiff
path: root/tools/llvm-shlib
AgeCommit message (Expand)Author
2018-08-03Merging r338751:Hans Wennborg
2018-06-23[CMake] Support building shared library for OpenBSDBrad Smith
2018-05-17[CMake] Support building shared library for FuchsiaPetr Hosek
2018-03-29Rename llvm library from libLLVM-X.Y to libLLVM-XSylvestre Ledru
2017-07-19[Solaris] enable --whole-archive for shared-library build, disable --version-...Sylvestre Ledru
2017-07-11[cmake] Check for Haiku when setting LIB_NAMES for GNU ldAndrew Wilkins
2017-05-03CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING optionTom Stellard
2017-04-17Add a linker script to version LLVM symbolsSylvestre Ledru
2017-03-26Add check for BSD when setting LIB_NAMES for GNU ldAndrew Wilkins
2016-11-01Fix llvm-shlib cmake buildChris Bieneman
2016-05-26Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu
2016-05-25[CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman
2016-04-25[CMake] If set we should pass LLVM_VERSION_INFO into config.hChris Bieneman
2016-03-14llvm-shlib: Remove the option to override __cxa_atexitJustin Bogner
2016-01-26Remove autoconf supportChris Bieneman
2015-11-04[CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman
2015-10-27[CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make it the default, add libLLV...Chris Bieneman
2015-10-14[CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman
2015-10-13[CMake] libLLVM's compatibility version should be 1.Chris Bieneman
2015-10-09[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, ...Chris Bieneman
2015-09-05[cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins
2015-09-01Enable linking tools, shared libraries against libLLVMAndrew Wilkins
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth
2015-07-13[CMake] Add missing DebugInfo libraries to llvm-shlibKeno Fischer
2015-04-16Updating symbol wildcards one more time.Chris Bieneman
2015-04-16Properly escaping the quotes so that bash doesn't do stupid things with the w...Chris Bieneman
2015-04-16Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries.Chris Bieneman
2015-04-13[CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman
2015-03-23Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-02-24Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser
2015-02-23Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier
2015-02-23Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier
2015-02-20Raising minimum required CMake version to 2.8.12.2.Chris Bieneman
2015-02-18Fixing a CMake developer warning.Chris Bieneman
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth
2014-12-09Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman
2014-11-11[CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and Selection...NAKAMURA Takumi
2014-11-10[CMake] Let llvm-shlib work on Linux with --whole-archive.NAKAMURA Takumi
2014-11-08[CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llv...NAKAMURA Takumi
2014-10-23Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman
2014-08-01Revert of 214418:Sylvestre Ledru
2014-07-31Create a default symver on Linux like ELF OSes.Eric Christopher
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard
2014-05-13Revert "autoconf: Fix soname for libLLVM-Major.Minor.so"Tom Stellard
2014-05-13autoconf: Fix soname for libLLVM-Major.Minor.soTom Stellard
2014-03-03Add patch level to llvm version in CMake and AutoconfTom Stellard
2014-02-28Centralize the handling of install_name and rpath.Rafael Espindola
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber
2013-10-31Rules adjustments in order to build on DragonFly BSD.Rafael Espindola
2013-08-02Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher