[PATCH] D51635: clang-cl: Pass /Brepro to linker if it was passed to the compiler

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 4 08:37:51 PDT 2018


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

I suppose the alternative would be to make /Brepro a non-alias flag, expand it to -mno-incremental-linker-compatible for the cc1 invocation and look for it for the linker invocation.

But this is fine too.


https://reviews.llvm.org/D51635





More information about the cfe-commits mailing list