In addition to removing a few global variables and functions, I believe
this patch improves code readability a bit in general.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lld/MinGW/Driver.cpp | ||
---|---|---|
176 ↗ | (On Diff #114631) | It looks like you are changing the link order; now all non--l inputs will appear before -l inputs. I don't think this should matter except in some edge cases, but it would at least mean that this change is not NFC. |
Comment Actions
- Address review comment.
lld/MinGW/Driver.cpp | ||
---|---|---|
176 ↗ | (On Diff #114631) | That's true. For some reason I believed that this wouldn't change the behavior, but it indeed does. Fixed. |