summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Update SOVERSION for the new versioning schemeMichal Gorny2017-01-171-5/+3
* Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth2017-01-101-0/+1
* [gtest] Detect warning flags using the positive spelling.Chandler Carruth2017-01-061-2/+2
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-061-0/+13
* [gtest] Fix the way we disable a warning for unittests.Chandler Carruth2017-01-041-0/+4
* [CMake] Minor change to symlink generation for LLDBChris Bieneman2016-12-151-2/+7
* [CMake] Fix symlink refactor for multi-configuration generatorsChris Bieneman2016-12-051-3/+23
* [CMake] Refactor add_llvm_tool_symlink for reuseChris Bieneman2016-12-051-13/+24
* build: allow specifying the component to `llvm_install_symlink`Saleem Abdulrasool2016-12-031-4/+8
* cmake: Set rpath for loadable modules as well as shared libraries.Peter Collingbourne2016-11-281-0/+1
* [CMake] Apply sandbox profile to target not directoryChris Bieneman2016-11-191-5/+5
* [CMake] [Darwin] Add support for debugging tablegen dependenciesChris Bieneman2016-11-171-1/+23
* cmake: Don't try to install exports if there aren't anyJustin Bogner2016-11-081-0/+3
* [CMake] Fix llvm_setup_rpath functionMandeep Singh Grang2016-11-081-16/+16
* cmake: When using LLVM_DISTRIBUTION_COMPONENTS, adjust LLVMExports accordinglyJustin Bogner2016-11-041-7/+23
* [CMake] Make CMAKE_INSTALL_RPATH work againJohn Brawn2016-11-031-4/+6
* [CMake] Disable rpath for UnitTestsJonas Hahnfeld2016-11-031-3/+5
* [CMake] Fix rpath construction for out-of-tree buildsChris Bieneman2016-11-011-0/+37
* [cmake] Make LIT_COMMAND configurable and improve fallback supportMichal Gorny2016-10-041-3/+9
* [cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on shared librariesMichal Gorny2016-10-041-0/+12
* Revert r283029 - [cmake] Make LIT_COMMAND configurable and improve fallback s...Michal Gorny2016-10-011-4/+3
* [cmake] Fix incorrect default for LIT_COMMAND, from r283029Michal Gorny2016-10-011-1/+1
* [cmake] Make LIT_COMMAND configurable and improve fallback supportMichal Gorny2016-10-011-3/+4
* [CMake] Support symlinks even with LLVM_INSTALL_TOOLCHAIN_ONLYPetr Hosek2016-09-301-3/+3
* [CMake] Use if(... IN_LIST ...) instead of list(FIND...)Chris Bieneman2016-09-271-14/+6
* [CMake] Support symlinks with the same name as the binaryChris Bieneman2016-09-161-2/+8
* Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLYDerek Schuff2016-09-161-1/+2
* [cmake] Export gtest/gtest_main and its dependencies via a special build tree...Michael Gottesman2016-09-091-10/+12
* [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVCAndrey Bokhanko2016-09-011-0/+5
* [llvm-go] parameterize $GOPATH constructionAndrew Wilkins2016-07-271-1/+1
* cmake: When adding lit testsuites, ignore Output directoriesJustin Bogner2016-07-251-1/+2
* Add AIX support to Path.inc, Host.h, and CMake.Chandler Carruth2016-07-191-1/+4
* [cmake] Create the LLVM_BUILD_UTILS option.Michael Gottesman2016-07-101-2/+7
* [CMake] Adjust export_executable_symbols to cope with non-target link librariesJohn Brawn2016-07-051-13/+15
* [build] Make sure to link main executable with pthreadsArtem Belevich2016-06-211-1/+10
* [CMake] Cleanup version check for 2.8.12Chris Bieneman2016-06-081-15/+6
* cmake: Simplify add_lit_testsuitesJustin Bogner2016-06-081-21/+13
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-081-1/+1
* [CMake] Support overriding binary install directoryChris Bieneman2016-06-081-2/+2
* Revert "Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install ...Chris Bieneman2016-06-071-2/+2
* Use CMAKE_INSTALL_BINDIR instead of hardcoding bin for tools install pathsChris Bieneman2016-06-071-2/+2
* Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn2016-05-261-4/+73
* Revert "[CMake] LINK_LIBS need to be public for Darwin dylib targets"Steven Wu2016-05-261-7/+12
* [CMake] LINK_LIBS need to be public for Darwin dylib targetsChris Bieneman2016-05-251-12/+7
* cmake: Avoid continue, apparently that's newJustin Bogner2016-05-061-8/+7
* CMake: generate check targets for lit suites without their own lit.cfgsJustin Bogner2016-05-061-6/+21
* cmake: Fix grammarTobias Grosser2016-04-291-2/+2
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-161-0/+2
* [CMake] Provide the ability to skip stripping when generating dSYMsChris Bieneman2016-03-311-1/+6
* [cmake] Allow EH usage with clang-clReid Kleckner2016-03-301-3/+3
OpenPOWER on IntegriCloud