[PATCH] D136400: [ocaml-llvm] Migrate from naked pointers in preparation for OCaml 5

Alan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 12:18:09 PDT 2022


alan added a comment.

How do I do stacked diffs? I tried to make another commit for assuming that pointers are 2-bit aligned and push it on top of this diff, but it didn't work. 😅

Online tutorials use the command `arc branch <branchname>`, but when I did `arc branch nnp` (the name of my local branch) or `arc branch main`, I got an error like:

  (Assuming "branch" is the British spelling of "branches".)
  Usage Exception: Unrecognized argument "main".


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136400/new/

https://reviews.llvm.org/D136400



More information about the llvm-commits mailing list