[PATCH] D69768: [MinGW] Support --allow-multiple-definition
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 06:01:03 PST 2019
mstorsjo added a comment.
There's no more releases expected for release 8, and even if there were, I don't think adding a new option to it would be relevant. I.e. keep only D69767 <https://reviews.llvm.org/D69767> which is intended for master, if I understand things right.
================
Comment at: MinGW/Options.td:7
+multiclass B<string name, string help1, string help2> {
+ def NAME: Flag<["--", "-"], name>, HelpText<help1>;
----------------
This new multiclass definition seems to be missing in D69767 (and I don't see anything matching in the master branch) - what's up with that?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69768/new/
https://reviews.llvm.org/D69768
More information about the llvm-commits
mailing list