summaryrefslogtreecommitdiff
path: root/utils/UpdateCMakeLists.pl
AgeCommit message (Collapse)Author
2012-11-22Generalize matching of add_executable to add_XXX_executable.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168490 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-31Use regex instead of special casing clang and llvm libraries.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161065 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-29Recognize 'add_executable' when analyzing CMake files.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94777 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-03Support updating 'llvm_add_target' lists as well.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85860 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-21Use string comparison instead of numeric comparison when comparing digests.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76594 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to updateTed Kremenek
the list of files in the CMakeLists.txt files. It works by scanning (starting from the working directory from which it is run) all subdirectories containing CMakeLists.txt files. It then updates the list of C and C++ files in the 'add_llvm_library' and 'add_clang_library' lists. Sources file lists are emitted in lexical order. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75833 91177308-0d34-0410-b5e6-96231b3b80d8