From 713ec3b0fb81e4f1e7b89cc06848a99d1a196f1f Mon Sep 17 00:00:00 2001 From: David Candler Date: Mon, 14 Oct 2024 15:52:43 +0100 Subject: [PATCH] fixup! Add additional patch folder for performance patches --- cmake/patch_llvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/patch_llvm.py b/cmake/patch_llvm.py index 073139f..85bf535 100644 --- a/cmake/patch_llvm.py +++ b/cmake/patch_llvm.py @@ -69,7 +69,7 @@ def main(): sys.exit(0) if args.restore_on_fail: # Check that the operation can be aborted. - # git am does give any specific return codes, + # git am doesn't give any specific return codes, # so check for unresolved working files. rebase_apply_path = os.path.join(".git", "rebase-apply") if args.llvm_dir: