[llvm] [LLVM][DWARF] Add support for monolithic types in .debug_names (PR #68131)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 5 11:46:44 PDT 2023


ayermolo wrote:

> you can do the revert directly/yourself? (`git revert blah` `git push` - same way we would've done before we were using PRs?)?

I tried that. I get permission error:
git revert 9bbd2bf654634cd95dd0be7948ec8402c3c76e1e
git push https://github.com/llvm/llvm-project.git HEAD:main
remote: Permission to llvm/llvm-project.git denied to ayermolo.
fatal: unable to access 'https://github.com/llvm/llvm-project.git/': The requested URL returned error: 403

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


More information about the llvm-commits mailing list