[PATCH] D110576: [Demangle] Add support for D programming language

Luís Ferreira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 11:25:58 PDT 2021


ljmf00 added a comment.

In D110576#3039261 <https://reviews.llvm.org/D110576#3039261>, @jhenderson wrote:

> In D110576#3037770 <https://reviews.llvm.org/D110576#3037770>, @ljmf00 wrote:
>
>> About the licensing, should I post a thread on https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev mailing list or anywhere else? Should I CC anyone in specific too, besides Mathias and Iain?
>
> I don't think it'd hurt to post on the llvm-dev mailing list anyway, probably CC'ing someone like Tanya Lattner, who can point you in the right direction of anything specific. Posting it there also has the added benefit of getting more attention to your patch series - I'd hold off posting until you've posted the first few patches on Phabricator, and then you can link to them in the email thread. Alternatively, send the email now and just follow up with the links in a later email on the same thread.

I finished the patch split. I tried to minimize dependent code, and end up with this list:

https://reviews.llvm.org/D111414
https://reviews.llvm.org/D111415
https://reviews.llvm.org/D111416
https://reviews.llvm.org/D111417
https://reviews.llvm.org/D111419
https://reviews.llvm.org/D111420
https://reviews.llvm.org/D111421
https://reviews.llvm.org/D111422
https://reviews.llvm.org/D111423
https://reviews.llvm.org/D111424
https://reviews.llvm.org/D111425
https://reviews.llvm.org/D111426
https://reviews.llvm.org/D111428
https://reviews.llvm.org/D111429
https://reviews.llvm.org/D111430
https://reviews.llvm.org/D111431
https://reviews.llvm.org/D111432

All patches are compiled independently if stacked correctly. I'm going to write to the mailing list CCing Tanya Lattner and referencing this diff for some context.


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

https://reviews.llvm.org/D110576



More information about the llvm-commits mailing list