History log of /external/llvm/utils/UpdateCMakeLists.pl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7462c12855be8f2fd027189de7213f7b844ec778 22-Nov-2012 Ted Kremenek <kremenek@apple.com> Generalize matching of add_executable to add_XXX_executable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168490 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/UpdateCMakeLists.pl
521ed460e9a2c4821987cdfd62f68720d2c40ccd 31-Jul-2012 Ted Kremenek <kremenek@apple.com> Use regex instead of special casing clang and llvm libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161065 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/UpdateCMakeLists.pl
a78def96803f4f690ab7015b6b308004e9b2c8dd 29-Jan-2010 Ted Kremenek <kremenek@apple.com> Recognize 'add_executable' when analyzing CMake files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94777 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/UpdateCMakeLists.pl
f7dd3ebf5292243080cf2920d46a390210c97a9c 03-Nov-2009 Ted Kremenek <kremenek@apple.com> Support updating 'llvm_add_target' lists as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85860 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/UpdateCMakeLists.pl
a2701b4e721b28e366b3a79bdd53199043bf90dc 21-Jul-2009 Ted Kremenek <kremenek@apple.com> Use string comparison instead of numeric comparison when comparing digests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76594 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/utils/UpdateCMakeLists.pl
9344eb76040c8cc98e3c9f20834abae6bb5563be 15-Jul-2009 Ted Kremenek <kremenek@apple.com> Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update
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
/external/llvm/utils/UpdateCMakeLists.pl