From f7dd3ebf5292243080cf2920d46a390210c97a9c Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 3 Nov 2009 04:06:58 +0000 Subject: 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 --- utils/UpdateCMakeLists.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/UpdateCMakeLists.pl') diff --git a/utils/UpdateCMakeLists.pl b/utils/UpdateCMakeLists.pl index 3aa2f8891e..6d24d90eea 100755 --- a/utils/UpdateCMakeLists.pl +++ b/utils/UpdateCMakeLists.pl @@ -68,7 +68,7 @@ sub UpdateCMake { while() { if (!$foundLibrary) { print OUT $_; - if (/^add_clang_library\(/ || /^add_llvm_library\(/) { + if (/^add_clang_library\(/ || /^add_llvm_library\(/ || /^add_llvm_target\(/) { $foundLibrary = 1; EmitCMakeList($dir); } -- cgit v1.2.3