Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm
lib/Driver/ToolChains/MinGW.cpp | ||
---|---|---|
383 | I thought we supported putting paths in this option, but I see we already use this pattern almost everywhere throughout the driver, so I guess checking for the symbolic name is fine. |
lib/Driver/ToolChains/MinGW.cpp | ||
---|---|---|
383 | Well, in ToolChain::GetLinkerPath(), we do support both an absolute path and a symbolic name, but yes, there are other checks for symbolic names as well. Not sure if we should try to guess the kind of linker from an absolute pathname though... |
I thought we supported putting paths in this option, but I see we already use this pattern almost everywhere throughout the driver, so I guess checking for the symbolic name is fine.