[MCTargetAsmParser] Move the member varialbes that reference
[oota-llvm.git] / utils / UpdateCMakeLists.pl
index 8f535145de3115959ee1a3db793d5fa0f63aa417..c896ea839be88521f74ea749b97b87c1a4b7595a 100755 (executable)
@@ -68,8 +68,7 @@ sub UpdateCMake {
   while(<IN>) {
     if (!$foundLibrary) {
       print OUT $_;
-      if (/^add_clang_library\(/ || /^add_llvm_library\(/ || /^add_llvm_target\(/
-          || /^add_executable\(/) {
+      if (/^add_[^_]+_library\(/ || /^add_llvm_target\(/ || /^add_[^_]+_executable\(/) {
         $foundLibrary = 1;
         EmitCMakeList($dir);
       }