llvm-6502/cmake/modules
Oscar Fuentes d442ab87b3 CMake: Report an error if there is an unknown .cpp file in a source
directory.

This is useful in case someone who works with the config&make build
system forgot to add a file to its CMakeLists.txt. Instead of
obtaining undefined references at link time, cmake will complain at
configure time on the first build after a svn update.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85817 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-02 19:11:03 +00:00
..
AddLLVM.cmake Fix the MSVC build again. 2009-08-16 09:44:27 +00:00
AddLLVMDefinitions.cmake
CheckAtomic.cmake Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. 2009-07-17 19:22:41 +00:00
CrossCompileLLVM.cmake
FindBison.cmake
GetTargetTriple.cmake CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. 2009-08-16 20:50:41 +00:00
LLVMConfig.cmake Fix cmake build on non-x86 targets. Patch by 2009-08-19 12:41:52 +00:00
LLVMLibDeps.cmake Update CMake dependencies. 2009-10-24 20:32:43 +00:00
LLVMProcessSources.cmake CMake: Report an error if there is an unknown .cpp file in a source 2009-11-02 19:11:03 +00:00
TableGen.cmake CMake: Don't use copy_if_different for TableGen output, because it does not work with IDE targets 2009-08-22 07:00:18 +00:00