We want the Clang CrossWindows toolchain to work with ld.lld and ld.bfd
alike, and it uses this, so we need to support this.
Backport of D69767 for release 8
Paths
| Differential D69768
[MinGW] Support --allow-multiple-definition AbandonedPublic Authored by Ericson2314 on Nov 3 2019, 10:48 AM.
Details
Diff Detail
Event TimelineComment Actions 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 which is intended for master, if I understand things right.
Comment Actions As Martin pointed out, I don't think we will have a point release for 8, so if you really need this, please keep this as a local patch.
Revision Contents
Diff 227623 MinGW/Driver.cpp
MinGW/Options.td
test/MinGW/driver.test
|
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?