From 063c8cbedcb2905c0d6a2090a10f4753d75805c2 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Wed, 17 May 2023 18:00:26 -0700 Subject: [PATCH] Run wpiformat (NFC) (#5341) --- upstream_utils/update_llvm.py | 2 -- 1 file changed, 2 deletions(-) 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",