aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/LLVMProcessSources.cmake
Commit message (Expand)AuthorAgeFilesLines
* Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes2011-01-111-7/+14
* Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes2011-01-071-0/+10
* LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes2011-01-031-1/+1
* Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes2011-01-021-0/+1
* CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes2010-12-311-2/+2
* Disable C++ exception handling on MSVC.Francois Pichet2010-12-041-0/+3
* Disable RTTI on Windows. Francois Pichet2010-12-041-0/+2
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+13
* CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes2009-11-021-0/+15
* CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes2008-11-151-1/+27
* CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes2008-11-141-0/+13