llvm-6502/cmake/modules
Chandler Carruth 48ac8e9be7 Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
The header file was already properly located. The previous need for it
in Support had to do with the version string printing which was fixed in
r135757.

Also update build dependencies where libraries that needed the
functionality of the Target library (in the form of the TargetRegistry)
were picking it up via Support. This is pretty pervasive, essentially
every TargetInfo library (ARMInfo, etc) uses TargetRegistry, making it
depend on Target. All of these were previously just sneaking by.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135760 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22 08:16:53 +00:00
..
AddLLVM.cmake Rename profile_rt.so to libprofile_rt.so under configure+make (it already was 2011-04-29 02:12:06 +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 CMake: remove some unnecesary code and ToDos. 2011-04-11 14:52:39 +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 Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
LLVMConfig.cmake.in Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this, 2011-04-13 15:25:31 +00:00
LLVMConfigVersion.cmake.in CMake: support for using LLVM from client projects with find_package. 2011-04-10 16:17:49 +00:00
LLVMLibDeps.cmake Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. 2011-07-22 08:16:53 +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 Add the tablegenned files to the `clean' target. 2011-02-04 03:47:50 +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