llvm-6502/cmake/modules
Chandler Carruth c58247da70 Remove yet another buried and hidden implicit dependency: every single
sub-library for the targets depended on the core target CodeGen library.
This completely undermined the careful work to separate the those
libraries, especially the MC-layer ones. This surfaced as circular
dependencies when the libraries were built as shared libraries where
CMake doesn't allow cycles.

This should fix PR10537. I'll watch the bots to see if there is fallout
on other platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136565 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-30 08:47:05 +00:00
..
AddLLVM.cmake Remove yet another buried and hidden implicit dependency: every single 2011-07-30 08:47:05 +00:00
AddLLVMDefinitions.cmake cmake/*: Add svn:eol-style=native and fix CRLF. 2011-02-03 11:41:27 +00:00
CheckAtomic.cmake CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES. 2009-12-06 00:06:33 +00:00
ChooseMSVCCRT.cmake New system for choosing CRT type on MSVC. 2010-08-05 01:25:48 +00:00
CMakeLists.txt Make my attempt to build up global deps variables actually utilize 2011-07-29 23:52:01 +00:00
CrossCompileLLVM.cmake cmake/*: Add svn:eol-style=native and fix CRLF. 2011-02-03 11:41:27 +00:00
FindBison.cmake
GetTargetTriple.cmake GetTargetTriple.cmake: detect MinGW 64 bits. 2010-10-13 20:15:08 +00:00
HandleLLVMOptions.cmake lit support for REQUIRES: asserts. 2011-06-22 23:23:19 +00:00
LLVM-Config.cmake Make my attempt to build up global deps variables actually utilize 2011-07-29 23:52:01 +00:00
LLVMConfig.cmake.in Make my attempt to build up global deps variables actually utilize 2011-07-29 23:52:01 +00:00
LLVMConfigVersion.cmake.in CMake: support for using LLVM from client projects with find_package. 2011-04-10 16:17:49 +00:00
LLVMParseArguments.cmake Add the PARSE_ARGUMENTS CMake macro to LLVM so I can use it to clean 2011-02-19 18:01:15 +00:00
LLVMProcessSources.cmake Handle gcc-compatible compilers (such as clang) the same way we handle 2011-05-11 13:53:08 +00:00
TableGen.cmake Clean up a pile of hacks in our CMake build relating to TableGen. 2011-07-26 00:09:08 +00:00
VersionFromVCS.cmake Don't try to guess svn version when current path is a symlink. 2010-10-22 17:16:26 +00:00