summaryrefslogtreecommitdiffstats
path: root/tools/llvm-shlib
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Check for Haiku when setting LIB_NAMES for GNU ldAndrew Wilkins2017-07-111-1/+1
* CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING optionTom Stellard2017-05-031-0/+4
* Add a linker script to version LLVM symbolsSylvestre Ledru2017-04-172-1/+6
* Add check for BSD when setting LIB_NAMES for GNU ldAndrew Wilkins2017-03-261-1/+1
* Fix llvm-shlib cmake buildChris Bieneman2016-11-011-22/+20
* Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu2016-05-261-11/+0
* [CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman2016-05-251-0/+11
* [CMake] If set we should pass LLVM_VERSION_INFO into config.hChris Bieneman2016-04-251-2/+0
* llvm-shlib: Remove the option to override __cxa_atexitJustin Bogner2016-03-141-7/+0
* Remove autoconf supportChris Bieneman2016-01-261-116/+0
* [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman2015-11-041-1/+1
* [CMake] Get rid of LLVM_DYLIB_EXPORT_ALL, and make it the default, add libLLV...Chris Bieneman2015-10-271-40/+41
* [CMake] Add LLVM_VERSION_PATCH to the -current_version flag for libLTO and li...Chris Bieneman2015-10-141-1/+1
* [CMake] libLLVM's compatibility version should be 1.Chris Bieneman2015-10-131-1/+1
* [CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, ...Chris Bieneman2015-10-091-18/+10
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-051-47/+4
* Enable linking tools, shared libraries against libLLVMAndrew Wilkins2015-09-011-5/+36
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-181-1/+0
* [CMake] Add missing DebugInfo libraries to llvm-shlibKeno Fischer2015-07-131-0/+2
* Updating symbol wildcards one more time.Chris Bieneman2015-04-161-1/+1
* Properly escaping the quotes so that bash doesn't do stupid things with the w...Chris Bieneman2015-04-161-1/+1
* Fixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with Darwin fat binaries.Chris Bieneman2015-04-161-25/+27
* [CMake] Updates to llvm-shlib to support overriding exports list and added an...Chris Bieneman2015-04-131-10/+21
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-1/+1
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-1/+1
* Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""Chad Rosier2015-02-231-1/+1
* Revert "Raising minimum required CMake version to 2.8.12.2."Chad Rosier2015-02-231-1/+1
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-02-201-1/+1
* Fixing a CMake developer warning.Chris Bieneman2015-02-181-1/+3
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-1/+1
* Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman2014-12-091-0/+7
* [CMake] llvm-shlib: Prune redundant components, AsmPrinter, MC, and Selection...NAKAMURA Takumi2014-11-111-3/+0
* [CMake] Let llvm-shlib work on Linux with --whole-archive.NAKAMURA Takumi2014-11-101-4/+10
* [CMake] llvm-shlib: Add possibly missing BitReader and MCDisassembler for llv...NAKAMURA Takumi2014-11-081-0/+2
* Adding llvm-shlib to CMake build system with a few new bells and whistlesChris Bieneman2014-10-232-0/+108
* Revert of 214418:Sylvestre Ledru2014-08-011-5/+0
* Create a default symver on Linux like ELF OSes.Eric Christopher2014-07-311-0/+5
* autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try)Tom Stellard2014-05-131-2/+2
* Revert "autoconf: Fix soname for libLLVM-Major.Minor.so"Tom Stellard2014-05-131-2/+2
* autoconf: Fix soname for libLLVM-Major.Minor.soTom Stellard2014-05-131-2/+2
* Add patch level to llvm version in CMake and AutoconfTom Stellard2014-03-031-0/+2
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-281-8/+0
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-271-3/+0
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+2
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-021-1/+1
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-011-3/+3
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-041-2/+1
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-1/+1
* openbsd doesn't support soname, patch by Brad Smith!Chris Lattner2012-04-251-0/+3
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-111-2/+2