diff --git a/upstream_utils/update_llvm.py b/upstream_utils/update_llvm.py index c2ebd124d4..9e4fb8a5b5 100755 --- a/upstream_utils/update_llvm.py +++ b/upstream_utils/update_llvm.py @@ -13,7 +13,6 @@ from upstream_utils import ( def run_global_replacements(wpiutil_llvm_files): - for wpi_file in wpiutil_llvm_files: with open(wpi_file) as f: content = f.read() @@ -100,7 +99,6 @@ def flattened_llvm_files(llvm, dirs_to_keep): def find_wpiutil_llvm_files(wpiutil_root, subfolder): - # These files have substantial changes, not worth managing with the patching process ignore_list = [ "StringExtras.h",