llvm-6502/cmake/modules
NAKAMURA Takumi 621c80f4d7 [CMake] Let llvm_add_library(MODULE) check capability of loadable module.
On unsupported platforms, llvm_add_library(MODULE) doesn't create any targets.
Caller may be responsible to check and add extra target properties.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201320 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-13 11:25:17 +00:00
..
AddLLVM.cmake [CMake] Let llvm_add_library(MODULE) check capability of loadable module. 2014-02-13 11:25:17 +00:00
AddLLVMDefinitions.cmake
CheckAtomic.cmake
ChooseMSVCCRT.cmake
CMakeLists.txt cmake: Do not export targets when installing toolchain only 2014-02-10 20:44:57 +00:00
GetHostTriple.cmake
GetSVN.cmake
HandleLLVMOptions.cmake [CMake] llvm_add_library(MODULE) may use CMAKE_MODULE_LINKER_FLAGS instead of target property LINK_FLAGS. 2014-02-13 11:19:11 +00:00
HandleLLVMStdlib.cmake
LLVM-Config.cmake [CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies." 2014-02-10 03:24:19 +00:00
LLVMConfig.cmake.in Load exported lib and exe targets from LLVMConfig 2014-02-09 16:36:28 +00:00
LLVMConfigVersion.cmake.in
LLVMParseArguments.cmake
LLVMProcessSources.cmake [CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_OUTPUT}. 2014-02-10 03:24:28 +00:00
Makefile Remove shell comment in the middle of a single-line command. 2014-02-09 22:36:31 +00:00
TableGen.cmake Teach tablegen() macro to check needed variables 2014-02-12 11:50:11 +00:00
VersionFromVCS.cmake