[PATCH] D44286: [lld-link] Add support for /ignore:4037.
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 10 19:22:56 PST 2018
aganea added a comment.
Side note - I raised the /ignore issue here: https://bugs.llvm.org/show_bug.cgi?id=36445
In the future I think this should be fixed once for all by tagging the messages with the corresponding Microsoft LNK number.
In that case, `warn("/order...")` could become `lnkWarn(4217, "/order...")` and automatically handle /ignore.
https://reviews.llvm.org/D44286
More information about the llvm-commits
mailing list