[clang] [PS4/PS5][Driver] Allow -static in PlayStation drivers (PR #102020)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 10:28:25 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");
+
----------------
MaskRay wrote:
We don't use double blank lines as a logical separator.
https://github.com/llvm/llvm-project/pull/102020
More information about the cfe-commits
mailing list