llvm-6502/cmake/modules
Alp Toker b1adf0890a CMake: Provide LLVM_PLUGIN_EXT definition
This is needed to support the addition of tests for clang loadable plugins.

In clang, plugins are built as modules (bundles on OS X) rather than dynamic
libraries (dylib) so the build system needs to inform lit of the actual
file extension in use, typically '.so' on Unix and '.dll' on Windows.

(LLVM itself should probably switch to this scheme to fix PR14903 once and for
all.)

No change in build output or functionality intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198746 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-08 11:10:24 +00:00
..
AddLLVM.cmake CMake: Provide LLVM_PLUGIN_EXT definition 2014-01-08 11:10:24 +00:00
AddLLVMDefinitions.cmake
CheckAtomic.cmake
ChooseMSVCCRT.cmake
CMakeLists.txt
GetHostTriple.cmake
GetSVN.cmake
HandleLLVMOptions.cmake CMake: Provide LLVM_PLUGIN_EXT definition 2014-01-08 11:10:24 +00:00
LLVM-Config.cmake
LLVMConfig.cmake.in
LLVMConfigVersion.cmake.in
LLVMParseArguments.cmake
LLVMProcessSources.cmake
TableGen.cmake Remove CMake-Xcode hack that symlinked llvm-config into a common place. 2014-01-02 16:30:55 +00:00
VersionFromVCS.cmake