[PATCH] D154176: [Driver][MSVC] Move lld specific flags before inputs
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 1 01:36:08 PDT 2023
mstorsjo added a comment.
Ok, thanks for clarifying. However I still don’t understand the “why” aspect here. You’re writing
> so that lld specific flags can be append before
inputs
Are you planning on adding such flags in a later patch, position dependent flags that need to be supplied before input files?
Or does the change in order of command line arguments have an effect on the behavior of the linker in this case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154176/new/
https://reviews.llvm.org/D154176
More information about the cfe-commits
mailing list