Skip to content

Commit

Permalink
fixup! Add additional patch folder for performance patches
Browse files Browse the repository at this point in the history
  • Loading branch information
dcandler committed Oct 14, 2024
1 parent 54b4651 commit 713ec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/patch_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 713ec3b

Please sign in to comment.