This implements one of the changes in the initial PS4 toolchain
definition.
Details
Diff Detail
Event Timeline
include/clang/Driver/Options.td | ||
---|---|---|
1853–1854 | Any reason to have both options? |
One inline comment and then OK.
-eric
test/Driver/fuse-ld.c | ||
---|---|---|
27–33 | Bet this doesn't work :) |
include/clang/Driver/Options.td | ||
---|---|---|
1853 | Any reason to have another alias for this at all? Does gcc understand this spelling? If not, could you limit this flag to PS4 targets? (I'm guessing you need it for PS4 targets for some reason.) |
include/clang/Driver/Options.td | ||
---|---|---|
1853 | Any reason? (And I'm not sure how to limit it btw on target). |
include/clang/Driver/Options.td | ||
---|---|---|
1853–1854 | We will remove -linker alias. We had to confirm with the interested parties that they are OK with this option being removed. |
We don't need this anymore, since we're making some internal changes.
Thank you for the feedback!
include/clang/Driver/Options.td | ||
---|---|---|
1853 | Same here, no idea how to limit the flag to a specific target. | |
1853–1854 | I went and double-checked our docs. We should only need one. | |
test/Driver/fuse-ld.c | ||
27–33 | Derp. Sorry. | |
32–33 | Ah yes. Thanks! |
Any reason to have another alias for this at all? Does gcc understand this spelling? If not, could you limit this flag to PS4 targets? (I'm guessing you need it for PS4 targets for some reason.)