[PATCH] D96862: Allow passing /manifestdependency via #pragma comment(linker, ...)

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 11:05:42 PST 2021


rnk added a comment.

Your change will ignore these flags, though, and I don't think that's what MSVC will do, from looking at the docs.

As I understand it, it looks like we process manifest files at the very end, after we've loaded all objects in the usual fixpoint way, so I think we should go ahead and implement this flag, rather than ignoring it as a stop-gap.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96862/new/

https://reviews.llvm.org/D96862



More information about the llvm-commits mailing list