Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / utils / UpdateCMakeLists.pl
index 3aa2f8891e2ec8857fd51fe31535bd443db2f0f0..d92a767adf328b4194595deb4033c4d16a09f58f 100755 (executable)
@@ -68,7 +68,7 @@ sub UpdateCMake {
   while(<IN>) {
     if (!$foundLibrary) {
       print OUT $_;
-      if (/^add_clang_library\(/ || /^add_llvm_library\(/) {
+      if (/^add_[^_]+_library\(/ || /^add_llvm_target\(/ || /^add_executable\(/) {
         $foundLibrary = 1;
         EmitCMakeList($dir);
       }