[clang-tools-extra] [RISCV] Added definition of Ventana veyron-v1 processor. (PR #65535)

Michael Maitland via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 12:02:16 PDT 2023


michaelmaitland wrote:

> Is there a way to fix this now?

I think you can drop the merge commit using `git rebase -i`. You may have to pass `--rebase-merges` to have the ability to drop the merge commit. Then you can pull upstream and `git rebase upstream/main`.

https://github.com/llvm/llvm-project/pull/65535


More information about the cfe-commits mailing list