summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* AddLLVM: Mute the prefix "lib" in SHARED on win32.NAKAMURA Takumi2014-04-101-0/+5
* [CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.NAKAMURA Takumi2014-03-041-1/+1
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-281-10/+0
* [CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static.NAKAMURA Takumi2014-02-281-1/+1
* [CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS...NAKAMURA Takumi2014-02-261-0/+7
* [CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config)...NAKAMURA Takumi2014-02-261-13/+30
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-2/+7
* Prune debug message in AddLLVM.cmake.NAKAMURA Takumi2014-02-221-1/+0
* [CMake] llvm_add_library: Add dependencies also to objlibs as workaround of C...NAKAMURA Takumi2014-02-211-0/+13
* [CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib ...NAKAMURA Takumi2014-02-211-2/+36
* [CMake] Let llvm_add_library(MODULE) check capability of loadable module.NAKAMURA Takumi2014-02-131-6/+10
* [CMake] Move the target property PREFIX from add_llvm_loadable_module() to ll...NAKAMURA Takumi2014-02-131-2/+4
* [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of...NAKAMURA Takumi2014-02-131-6/+0
* [CMake] llvm_add_library: Add handling of the parameter ADDITIONAL_HEADERS to...NAKAMURA Takumi2014-02-131-3/+7
* [CMake] LLVMSupport should be responsible to provide system_libs.NAKAMURA Takumi2014-02-101-5/+0
* [CMake] Introduce llvm_add_library().NAKAMURA Takumi2014-02-101-25/+75
* Export lib and exe build target names from build treeNAKAMURA Takumi2014-02-091-0/+5
* Export lib and exe build target names from install treeNAKAMURA Takumi2014-02-091-1/+5
* [CMake] add_llvm_loadable_module: Fixup r200762, I mis-eliminated wrong line. :(NAKAMURA Takumi2014-02-041-0/+1
* Revert r122395, "Fixes file extension for loadable modules on OS X."NAKAMURA Takumi2014-02-041-8/+1
* AddLLVM.cmake: Untabify.NAKAMURA Takumi2014-01-311-2/+2
* [CMake] llvm_update_compile_flags: Honor LLVM_COMPILE_FLAGS.NAKAMURA Takumi2014-01-301-5/+10
* [CMake] llvm_update_compile_flags(name) doesn't require source files. TARGET ...NAKAMURA Takumi2014-01-281-6/+6
* [CMake] Enhance llvm_update_compile_flags(name sources) to handle LLVM_REQUIR...NAKAMURA Takumi2014-01-281-8/+35
* [CMake] Move -ffunction-data-sections stuff to HandleLLVMOptions.NAKAMURA Takumi2014-01-281-10/+1
* [CMake] Put *_exports into "Misc" folder.NAKAMURA Takumi2014-01-271-0/+1
* [CMake] configure_lit_site_cfg: ${SHLIBDIR} should point the build tree.NAKAMURA Takumi2014-01-261-1/+5
* [CMake] Introduce new scheme of LLVM_TOOLS_BINARY_DIR and LLVM_LIBRARY_DIRNAKAMURA Takumi2014-01-191-3/+3
* [CMake] Prune deprecate usage of CMAKE_RUNTIME_OUTPUT_DIRECTORY.NAKAMURA Takumi2014-01-191-2/+0
* [cmake] Attempt to fix sanitizer buildbot.Quentin Colombet2014-01-161-2/+6
* CMake: Provide LLVM_PLUGIN_EXT definitionAlp Toker2014-01-081-0/+4
* [CMake] Introduce llvm_update_compile_flags(target_name) to update compile fl...NAKAMURA Takumi2014-01-071-24/+36
* Add a FIXME.Nico Weber2014-01-051-0/+3
* [CMake] Add missing set_output_directory after Takumi's change in r198205.Jordan Rose2014-01-021-1/+2
* CMake separate projects: use correct name for LIBRARY_OUTPUT_DIRECTORY_${suff...Douglas Gregor2014-01-021-1/+1
* [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...NAKAMURA Takumi2013-12-301-1/+24
* Visual C++ does not support -ffunction-sections -fdata-sections.Yaron Keren2013-12-301-1/+1
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-301-0/+22
* [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.Nico Weber2013-12-291-5/+5
* Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken...NAKAMURA Takumi2013-12-291-1/+1
* Fix mis-merging in AddLLVM.cmake. Sorry.NAKAMURA Takumi2013-12-291-0/+1
* [CMake] Fix add_llvm_loadble_module.NAKAMURA Takumi2013-12-291-3/+3
* [CMake] add_llvm_symbol_exports: Use unique name for each target.NAKAMURA Takumi2013-12-291-3/+3
* [CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equival...NAKAMURA Takumi2013-12-291-16/+15
* Yet another attempt at getting cmake-clang-i686-mingw32 green.Nico Weber2013-12-291-1/+1
* Windows build fixes, hopefully last part.Nico Weber2013-12-291-2/+7
* Another windows build fix attempt.Nico Weber2013-12-291-1/+1
* More windows build fix attempts.Nico Weber2013-12-291-3/+3
* The same we do every commit, Pinky: Try to fix the windows build (after r1981...Nico Weber2013-12-291-1/+4
* Another windows build fix attempt after r198136.Nico Weber2013-12-291-1/+1
OpenPOWER on IntegriCloud