Previously if you passed a -Wl,-foo _before_ the source filename, the
first InputInfos, which is used for the base input name would be an
InputArg kind, which would never have a base input name. Now we use
that by default, but pick the first InputInfo that is of kind
Filename to get the name from if there is one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Driver/Driver.cpp | ||
---|---|---|
4697 | maybe adjust this comment to emphasize first _file_ input |
maybe adjust this comment to emphasize first _file_ input