[upstream_utils] Add wpi::SmallVector erase_if() (#6752)

This commit is contained in:
Tyler Veness
2024-06-18 13:03:43 -07:00
committed by GitHub
parent b6bd798f9e
commit e2893fc1a3
38 changed files with 75 additions and 38 deletions

View File

@@ -213,6 +213,7 @@ def main():
"0033-type_traits.h-Add-is_constexpr.patch",
"0034-Add-back-removed-raw_string_ostream-write_impl.patch",
"0035-Remove-auto-conversion-from-raw_ostream.patch",
"0036-Add-SmallVector-erase_if.patch",
]:
git_am(
os.path.join(wpilib_root, "upstream_utils/llvm_patches", f),