Hello,
I’d like to clarify usage of two labels: llvm:binary-utilities
and llvm-objcopy/strip
.
Recently I’ve created two PRs relevant to llvm-objcopy/strip
. And I saw that llvmbot
automatically applied label llvm:binary-utilities
:
- [llvm-objcopy] Always update indirectsymoff in MachO by RIscRIpt · Pull Request #117726 · llvm/llvm-project · GitHub
- [llvm-objcopy] Add support of symbol modification flags for MachO by RIscRIpt · Pull Request #120895 · llvm/llvm-project · GitHub
To keep labels consistent I applied llvm:binary-utilities
to the relevant issue. However after a while one of maintainers removed this label from the issue, but not from the pull-request.
It seems to me that there is inconsistency with these labels, and the process could be improved. Or is it okay that an issue and its PR do not have the same labels?
From my experience with other projects, labels in the issue and pull-request/merge-request are keeped in sync using a bot.