[PATCH] D57495: [WebAssembly] Add bulk memory target feature
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 01:39:44 PST 2019
tlively added a comment.
In D57495#1379887 <https://reviews.llvm.org/D57495#1379887>, @aheejin wrote:
> In D57495#1379483 <https://reviews.llvm.org/D57495#1379483>, @sbc100 wrote:
>
> > Hmm.. is it OK to make commits to cfe and llvm at the same time now? I thought you were supposed to break them up in the separate commits.
>
>
> I guess it's now possible now with the llvm monorepo <https://github.com/llvm/llvm-project>. I haven't switched yet though.
‘git llvm push’ takes care of splitting the commit into two subversion commits automatically. I think it might commit them together atomically, too, but I’m not sure.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57495/new/
https://reviews.llvm.org/D57495
More information about the llvm-commits
mailing list