summaryrefslogtreecommitdiffstats
path: root/llvm/utils/UpdateCMakeLists.pl
Commit message (Collapse)AuthorAgeFilesLines
* Generalize matching of add_executable to add_XXX_executable.Ted Kremenek2012-11-221-1/+1
| | | | llvm-svn: 168490
* Use regex instead of special casing clang and llvm libraries.Ted Kremenek2012-07-311-2/+1
| | | | llvm-svn: 161065
* Recognize 'add_executable' when analyzing CMake files.Ted Kremenek2010-01-291-1/+2
| | | | llvm-svn: 94777
* Support updating 'llvm_add_target' lists as well.Ted Kremenek2009-11-031-1/+1
| | | | llvm-svn: 85860
* Use string comparison instead of numeric comparison when comparing digests.Ted Kremenek2009-07-211-1/+1
| | | | llvm-svn: 76594
* Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to updateTed Kremenek2009-07-151-0/+118
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. llvm-svn: 75833
OpenPOWER on IntegriCloud