projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab51e3
)
Support updating 'llvm_add_target' lists as well.
author
Ted Kremenek
<kremenek@apple.com>
Tue, 3 Nov 2009 04:06:58 +0000
(
04:06
+0000)
committer
Ted Kremenek
<kremenek@apple.com>
Tue, 3 Nov 2009 04:06:58 +0000
(
04:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85860
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/UpdateCMakeLists.pl
patch
|
blob
|
history
diff --git
a/utils/UpdateCMakeLists.pl
b/utils/UpdateCMakeLists.pl
index 3aa2f8891e2ec8857fd51fe31535bd443db2f0f0..6d24d90eea5111a46bcd7f5ea923d2dfdcc18aa3 100755
(executable)
--- a/
utils/UpdateCMakeLists.pl
+++ b/
utils/UpdateCMakeLists.pl
@@
-68,7
+68,7
@@
sub UpdateCMake {
while(<IN>) {
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);
}