This is how the flag is documented in GNU binutils ld; -Bstatic only applies to -l options after it, until the next -Bdynamic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
MinGW/Driver.cpp | ||
---|---|---|
178–180 ↗ | (On Diff #114989) | Since you have a switch in this loop, you don't need to use filtered. Just for (auto *A : Args) should work. |