[clang] [PS5][Driver] Supply libraries and CRT objects to the linker (PR #115497)
Edd Dawson via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 11 10:52:33 PST 2024
playstation-edd wrote:
> Does the flipped order of library-option-names in [100c3c2](https://github.com/llvm/llvm-project/commit/100c3c271437b3b6181a5a57381363f4b6e9e841) have an actual effect on behaviour? Just curious.
No effect. I accidentally flipped the order it in the initial commit - presumably the result of iterating and experimenting along the way. The follow-up commit was to flip it back. Sorry for the distraction.
https://github.com/llvm/llvm-project/pull/115497
More information about the cfe-commits
mailing list