Shoaib Meenai via llvm-dev
2021-Nov-24 18:01 UTC
[llvm-dev] IMPORTANT: LLVM Bugzilla migration
Ah, yeah, this is pretty important for us; we want to be able to filter by and subscribe to LLD Mach-O bugs specifically. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Vy Nguyen via llvm-dev <llvm-dev at lists.llvm.org> Reply-To: Vy Nguyen <vyng at google.com> Date: Wednesday, November 24, 2021 at 8:23 AM To: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] IMPORTANT: LLVM Bugzilla migration Hi, Is it possible to preserve the [sub]component as labels? For eg., this bug https://bugs.llvm.org/show_bug.cgi?id=51146<https://bugs.llvm.org/show_bug.cgi?id=51146> was previously under lld-MachO. Now it is grouped into one lld label : https://github.com/llvm/test8/issues/51146 Thanks! Vy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211124/846580d0/attachment.html>
Fāng-ruì Sòng via llvm-dev
2021-Nov-24 18:14 UTC
[llvm-dev] IMPORTANT: LLVM Bugzilla migration
On Wed, Nov 24, 2021 at 10:01 AM Shoaib Meenai via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Ah, yeah, this is pretty important for us; we want to be able to filter by and subscribe to LLD Mach-O bugs specifically. > > > > From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Vy Nguyen via llvm-dev <llvm-dev at lists.llvm.org> > Reply-To: Vy Nguyen <vyng at google.com> > Date: Wednesday, November 24, 2021 at 8:23 AM > To: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org> > Subject: Re: [llvm-dev] IMPORTANT: LLVM Bugzilla migration > > > > > Hi, > > > > Is it possible to preserve the [sub]component as labels? > > For eg., this bug https://bugs.llvm.org/show_bug.cgi?id=51146 was previously under lld-MachO. > > Now it is grouped into one lld label : https://github.com/llvm/test8/issues/51146Yes. For lld's 4 ports, it would be nice to split the labels, e.g.: lld-COFF: https://github.com/llvm/test8/issues/28566 lld-ELF: https://github.com/llvm/test8/issues/48023 lld-MachO: https://github.com/llvm/test8/issues/51146 lld-wasm: https://github.com/llvm/test8/issues/45457> > > > > Thanks! > > > > Vy > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- 宋方睿