[PATCH] D44286: [lld-link] Add support for /ignore:4037.

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 00:01:02 PST 2018


hans added inline comments.


================
Comment at: COFF/Driver.cpp:809
+      if (Config->WarnMissingOrderSymbol)
+        warn("/order:" + Arg + ": missing symbol: " + S);
+    }
----------------
Higher-level question: link.exe prints the warning number here, so the user can figure out what /ignore option to pass. Is there some way we can let an lld-link.exe user figure out how to ignore this warning?


https://reviews.llvm.org/D44286





More information about the llvm-commits mailing list