[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, just...
[oota-llvm.git] / tools / llvm-shlib / CMakeLists.txt
2015-10-09 Chris Bieneman[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate...
2015-09-05 Andrew Wilkins[cmake] rework LLVM_LINK_LLVM_DYLIB option handling
2015-09-01 Andrew WilkinsEnable linking tools, shared libraries against libLLVM
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-07-13 Keno Fischer[CMake] Add missing DebugInfo libraries to llvm-shlib
2015-04-16 Chris BienemanUpdating symbol wildcards one more time.
2015-04-16 Chris BienemanProperly escaping the quotes so that bash doesn't do...
2015-04-16 Chris BienemanFixing llvm-shlib's LLVM_DYLIB_EXPORT_ALL to work with...
2015-04-13 Chris Bieneman[CMake] Updates to llvm-shlib to support overriding...
2015-03-23 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-24 Tobias GrosserRevert "Raising minimum required CMake version to 2...
2015-02-23 Chad RosierRevert "Revert "Raising minimum required CMake version...
2015-02-23 Chad RosierRevert "Raising minimum required CMake version to 2...
2015-02-20 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-18 Chris BienemanFixing a CMake developer warning.
2014-12-29 Chandler Carruth[cmake] Start making LLVM_LIBDIR_SUFFIX effective by...
2014-11-11 NAKAMURA Takumi[CMake] llvm-shlib: Prune redundant components, AsmPrin...
2014-11-10 NAKAMURA Takumi[CMake] Let llvm-shlib work on Linux with --whole-archive.
2014-11-08 NAKAMURA Takumi[CMake] llvm-shlib: Add possibly missing BitReader...
2014-10-23 Chris BienemanAdding llvm-shlib to CMake build system with a few...