summaryrefslogtreecommitdiff
path: root/utils/UpdateCMakeLists.pl
Commit message (Collapse)AuthorAge
* Generalize matching of add_executable to add_XXX_executable.Ted Kremenek2012-11-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168490 91177308-0d34-0410-b5e6-96231b3b80d8
* Use regex instead of special casing clang and llvm libraries.Ted Kremenek2012-07-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161065 91177308-0d34-0410-b5e6-96231b3b80d8
* Recognize 'add_executable' when analyzing CMake files.Ted Kremenek2010-01-29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94777 91177308-0d34-0410-b5e6-96231b3b80d8
* Support updating 'llvm_add_target' lists as well.Ted Kremenek2009-11-03
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85860 91177308-0d34-0410-b5e6-96231b3b80d8
* Use string comparison instead of numeric comparison when comparing digests.Ted Kremenek2009-07-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76594 91177308-0d34-0410-b5e6-96231b3b80d8
* Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to updateTed Kremenek2009-07-15
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