[PATCH] D89702: [clang] [msvc] Automatically link against oldnames just as linking against libcmt
Adrian McCarthy via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 13:30:19 PDT 2020
amccarth accepted this revision.
amccarth added a comment.
It seems weird that we're implicitly adding `defaultlib` options without checking if the user specified `nodefaultlib`. But given that's already the case, I don't see a big problem with also adding oldnames.lib.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89702/new/
https://reviews.llvm.org/D89702
More information about the cfe-commits
mailing list