diff options
author | Edd Dawson <edd.dawson@sony.com> | 2024-09-25 18:08:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 18:08:32 +0100 |
commit | 660ddb3a9357e766eb628abb8ea8c0776951d0db (patch) | |
tree | 607599c31570dad5a1cbb5dcff21048b4fb70d59 /clang/lib/Lex/ModuleMap.cpp | |
parent | 1c1bb7749860b4265c002528cbfe4b6c623b934c (diff) | |
download | llvm-660ddb3a9357e766eb628abb8ea8c0776951d0db.zip llvm-660ddb3a9357e766eb628abb8ea8c0776951d0db.tar.gz llvm-660ddb3a9357e766eb628abb8ea8c0776951d0db.tar.bz2 |
[PS4,PS5][Driver] Pass `-L<sdk>/target/lib -L.` to linker (#109796)
The proprietary PS4 linker implicitly adds `=/target/lib` and `.` as
library search paths. This behaviour was added to the PS5 linker via a
downstream patch in LLD. This really belongs in the driver, instead.
This change adds the driver behaviour to allow removal of the downstream
patch in LLD.
There are no plans to update the PS4 linker behaviour in the analogous
way, so do not pass the same search paths to the PS4 linker.
SIE tracker: TOOLCHAIN-16704
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions