summaryrefslogtreecommitdiff
path: root/llvm/cmake/modules/LLVMProcessSources.cmake
AgeCommit message (Expand)Author
2025-08-07Remove __SHORT_FILE__ macro definition in CMake (#152344)Mehdi Amini
2025-08-05Revert "Revert "Strip the full path from __FILE__ in the LDBG macro and keep ...Jon Roelofs
2025-08-05Revert "Strip the full path from __FILE__ in the LDBG macro and keep only the...Jon Roelofs
2025-07-30[cmake] Don't generate per-file "__SHORT_FILE__" defines on visual studio bui...Simon Pilgrim
2025-07-30Fix llvm_process_sources to append source file properties instead of overridi...Mehdi Amini
2025-07-26Strip the full path from __FILE__ in the LDBG macro and keep only the filenam...Mehdi Amini
2024-12-17[cmake] Drop `AddFileDependencies` and `CMakeParseArguments` (#120002)paperchalice
2023-11-07Improve error message for cmake failure (#71404)Jeremy Kun
2023-02-12LLVMProcessSources.cmake: Improve PARTIAL_SOURCES_INTENDED.NAKAMURA Takumi
2023-01-23[CMake] Replace list(FIND) by if(IN_LIST) where index isn't usedAaron Puchert
2020-04-28[clangd] Fix remote index build without shared libs modeKirill Bobyrev
2019-04-04[llvm] [cmake] Add additional headers only if they existMichal Gorny
2018-10-11[CMake] Unconditionally add .h and .td files to target sourcesChris Bieneman
2018-03-19Accept any filepath in llvm_check_source_file_listSerge Guelton
2018-01-12[CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE'sEric Fiselier
2017-09-19[cmake] Add SOURCE_DIR argument to llvm_check_source_file_listShoaib Meenai
2015-02-10Teach llvm_add_library() to find include dirs.Zachary Turner
2014-09-02cmake: Don't reject unknown cpp files that start with .Matt Arsenault
2014-02-10[CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_O...NAKAMURA Takumi
2014-01-28[CMake] Prune CMAKE_CXX_FLAGS stuff in llvm_process_sources.NAKAMURA Takumi
2014-01-28[CMake] Let llvm_process_sources check not only *.cpp but also *.c.NAKAMURA Takumi
2014-01-20[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).NAKAMURA Takumi
2014-01-20[CMake] llvm_process_sources: Introduce a parameter, ADDITIONAL_HEADERS.NAKAMURA Takumi
2012-10-23CMake: Include private headers / tablegen files in generated Xcode projects.Jordan Rose
2012-06-24LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *...NAKAMURA Takumi
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth
2011-05-11Handle gcc-compatible compilers (such as clang) the same way we handleOscar Fuentes
2011-01-11Made llvm_replace_compiler_option more robust. Use it onOscar Fuentes
2011-01-07Don't use -O3 on Mingw, as people report it as unreliable. Use -O2Oscar Fuentes
2011-01-03LLVMProcessSources: add .def files along with .h files to targets forOscar Fuentes
2011-01-02Propagate to parent scope changes made to CMAKE_CXX_FLAGS.Oscar Fuentes
2010-12-31CMake (MSVC): cmake automatically adds the /EHsc and /GR compilerOscar Fuentes
2010-12-04Disable C++ exception handling on MSVC.Francois Pichet
2010-12-04Disable RTTI on Windows. Francois Pichet
2010-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2009-11-02CMake: Report an error if there is an unknown .cpp file in a sourceOscar Fuentes
2008-11-15CMake: Adds header and TableGen files to Visual Studio solution. A newOscar Fuentes
2008-11-14CMake: Fixed dependencies of .cpp source files on .td and tablegennedOscar Fuentes