summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
Commit message (Expand)AuthorAgeFilesLines
* Reverting r225319; since there is a folder named Examples, attempting to add ...Aaron Ballman2015-01-071-6/+0
* cmake: Fix 'examples' target after r225319Duncan P. N. Exon Smith2015-01-061-1/+1
* cmake: Add 'examples' targetDuncan P. N. Exon Smith2015-01-061-0/+6
* [CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER} -Wl,--version". It was...NAKAMURA Takumi2015-01-061-0/+1
* Reformat.NAKAMURA Takumi2015-01-061-2/+4
* [go] Teach the go cmake build functions to funnel the include directories dow...Chandler Carruth2014-12-291-1/+6
* Disable --icf=safe to avoid a bug.Rafael Espindola2014-12-121-1/+3
* Also use --icf=safe if we are being linked by gold.Rafael Espindola2014-12-041-1/+1
* Detect if the linker is gold and if so always use --gc-sections.Rafael Espindola2014-12-041-1/+15
* Teach LLVM about llgo subproject.Peter Collingbourne2014-11-271-0/+25
* CMake: Use the new USES_TERMINAL option for test suite targets when available.Peter Collingbourne2014-11-171-0/+1
* Pass PRIVATE to target_link_libraries if using shared libraries.Rafael Espindola2014-11-071-15/+1
* [cmake] Pass -O3 when linking.Rafael Espindola2014-11-021-4/+11
* EXPORTED_SYMBOL_FILE using mingw and cmakeChris Bieneman2014-10-301-13/+15
* Teach lit to filter the host LDFLAGS down from the build system and intoChandler Carruth2014-10-211-0/+1
* Explain why we don't always use --gc-sections.Rafael Espindola2014-10-201-0/+4
* Revert r220174, "Always use -Wl,-gc-sections on our build."NAKAMURA Takumi2014-10-201-9/+6
* Always use -Wl,-gc-sections on our build.Rafael Espindola2014-10-191-6/+9
* Disable ccache for go tests.Peter Collingbourne2014-10-171-2/+2
* Initial version of Go bindings.Peter Collingbourne2014-10-161-0/+3
* Add LLVM_ENABLE_MODULES flag to CMake to enable building with C++ modules.Richard Smith2014-09-261-0/+12
* Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EHDan Liew2014-07-221-3/+10
* Revert "Revert "Move clang feature flags settings out of LLVM core and into c...Alp Toker2014-07-141-16/+0
* Revert "Move clang feature flags settings out of LLVM core and into cfe"Alp Toker2014-07-141-0/+16
* Move clang feature flags settings out of LLVM core and into cfeAlp Toker2014-07-141-16/+0
* [CMake][Win32.DLL] Let llvm_add_library(SHARED) link dependent libraries as P...NAKAMURA Takumi2014-07-141-0/+7
* [CMake] Introduce moddir for MODULE -- corresponding to LIBRARY_OUTPUT_DIRECT...NAKAMURA Takumi2014-07-131-3/+18
* [CMake] add_llvm_library: Add "RUNTIME DESTINATION bin" to install(). It affe...NAKAMURA Takumi2014-07-111-0/+1
* [CMake] Introduce LLVM_ENABLE_PLUGINS as an internal option. BUILD_SHARED_LIB...NAKAMURA Takumi2014-07-041-8/+8
* [CMake] Introduce LLVM_SHLIB_OUTPUT_INTDIR.NAKAMURA Takumi2014-07-041-1/+1
* [CMake] Fix set_output_directory to do nothing if *_OUTPUT_INTDIR was not given.NAKAMURA Takumi2014-07-041-0/+5
* Use llvm-lit if LLVM source tree is unavailable.Greg Fitzgerald2014-05-211-5/+6
* 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
OpenPOWER on IntegriCloud