summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* clang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDIR also here, or plugin...NAKAMURA Takumi2015-01-051-0/+6
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-291-0/+3
* [cmake] Teach the Clang CMake build to use LLVM_LIBDIR_SUFFIX for itsChandler Carruth2014-12-291-3/+3
* CMake: try to actually fix the regexes for setting HOST_LINK_VERSION this tim...Hans Wennborg2014-12-041-4/+4
* CMake: make the regexes used for setting HOST_LINK_VERSION more forgiving (PR...Hans Wennborg2014-12-021-1/+1
* Remove -Wcast-qual as it's inherited from llvm since r221913.Roman Divacky2014-11-131-1/+1
* CMake: Set HOST_LINK_VERSION on Darwin (PR21268)Hans Wennborg2014-11-131-0/+20
* cmake: Only export targets in the standalone buildReid Kleckner2014-11-051-21/+23
* Make it easier to build against a pre-built Clang package with CMakeReid Kleckner2014-11-051-0/+23
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-18/+1
* Revert "Revert "Move clang feature flags settings out of LLVM core and into c...Alp Toker2014-07-141-0/+17
* Revert "Move clang feature flags settings out of LLVM core and into cfe"Alp Toker2014-07-141-17/+0
* Move clang feature flags settings out of LLVM core and into cfeAlp Toker2014-07-141-0/+17
* Revert "Revert "Devise a package-private means to determine the LLVM version ...Alp Toker2014-06-061-0/+3
* Revert "Devise a package-private means to determine the LLVM version string"Alp Toker2014-06-061-3/+0
* Devise a package-private means to determine the LLVM version stringAlp Toker2014-06-061-0/+3
* Always check for libxml2 in CMakeAlp Toker2014-06-061-4/+4
* We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.Yaron Keren2014-03-041-9/+0
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-1/+1
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+14
* [CMake] clang_tblgen: Use add_public_tablegen_target.NAKAMURA Takumi2014-02-231-3/+2
* [CMake] Deprecate clang_tablegen(DEPENDS).NAKAMURA Takumi2014-02-231-2/+2
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-0/+6
* [CMake] add_clang_library(MODULE): Create a phony target when llvm_add_librar...NAKAMURA Takumi2014-02-131-7/+12
* Fix Clang install rules to not set permissions on include/NAKAMURA Takumi2014-02-101-2/+2
* [CMake] add_clang_library(): Use llvm_add_library.NAKAMURA Takumi2014-02-101-33/+17
* [CMake] add_clang_library(): Fix LLVM_PLUGIN_EXT in MODULE. It was broken sin...NAKAMURA Takumi2014-02-041-1/+1
* [CMake] add_clang_library(): Honor STATIC.NAKAMURA Takumi2014-02-041-0/+2
* [CMake] Move cmake_minimum_required(2.8.8) at the top.NAKAMURA Takumi2014-02-021-1/+2
* clang/CMakeLists.txt: Untabify.NAKAMURA Takumi2014-02-021-12/+12
* [CMake] Apply llvm_update_compile_flags() to add_clang_library().NAKAMURA Takumi2014-01-281-0/+1
* [CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.NAKAMURA Takumi2014-01-261-1/+2
* [CMake][Standalone] Introduce check-all.NAKAMURA Takumi2014-01-261-0/+16
* [CMake] Reindent.NAKAMURA Takumi2014-01-261-2/+3
* [CMake] Parameterize MODULE and SHARED in add_clang_library().NAKAMURA Takumi2014-01-231-4/+5
* [CMake] Migrate LLVMParseArguments to CMakeParseArguments.NAKAMURA Takumi2014-01-231-4/+4
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-191-5/+1
* [CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTP...NAKAMURA Takumi2014-01-191-2/+3
* LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,Chandler Carruth2014-01-131-1/+1
* Teach the standalone Clang CMake bits about the flag to force using anChandler Carruth2014-01-131-0/+3
* [CMake] Move BUG_REPORT_URL from clang to llvm.NAKAMURA Takumi2014-01-131-3/+0
* Build fix following r198747Alp Toker2014-01-081-0/+5
* Add tests for clang pluginsAlp Toker2014-01-081-0/+4
* [CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose2014-01-021-0/+1
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-301-2/+3
* Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber2013-12-301-0/+1
* [cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.Nico Weber2013-12-291-1/+1
* Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.Nico Weber2013-12-291-37/+2
* [CMake] Tweak r197697 to handle CMake finding the wrong llvm-config/tblgen.Jordan Rose2013-12-191-8/+17
* [CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH...NAKAMURA Takumi2013-12-191-48/+98