[clang] [PS4/PS5][Driver] Allow -static in PlayStation drivers (PR #102020)
Edd Dawson via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 6 01:35:46 PDT 2024
================
@@ -141,6 +141,9 @@ void tools::PS4cpu::Linker::ConstructJob(Compilation &C, const JobAction &JA,
if (Args.hasArg(options::OPT_pie))
CmdArgs.push_back("-pie");
+
----------------
playstation-edd wrote:
Oops - thanks. Removed.
https://github.com/llvm/llvm-project/pull/102020
More information about the cfe-commits
mailing list