[PATCH] D67747: [utils] Add support to git-llvm to upload to Phabricator.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 07:18:13 PDT 2019
thakis added a comment.
I think having something like this would be great. I've had trouble getting arc to work on macOS and Windows.
Supporting only Py3 makes sense to me.
================
Comment at: llvm/utils/git-svn/git-llvm:612
+ import phab_cmd
+ phab_cmd.run(args.commit, args.preview, args.update, VERBOSE)
+
----------------
Is there any benefit in changing git-llvm here? This seems fairly independent (?), so maybe the code should be in llvm/utils/phab instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67747/new/
https://reviews.llvm.org/D67747
More information about the llvm-commits
mailing list