[all-commits] [llvm/llvm-project] c37b95: [PS4][clang] Fix the format of the LTO debug optio...
Matthew Voss via All-commits
all-commits at lists.llvm.org
Wed Apr 5 13:00:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c37b95b515a5c69b2050c8fd50f076368742c6cb
https://github.com/llvm/llvm-project/commit/c37b95b515a5c69b2050c8fd50f076368742c6cb
Author: Matthew Voss <matthew.voss at sony.com>
Date: 2023-04-05 (Wed, 05 Apr 2023)
Changed paths:
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/test/Driver/ps4-ps5-linker.c
Log Message:
-----------
[PS4][clang] Fix the format of the LTO debug options passed to orbis-ld
Currently, we pass multiple LTO debug options to orbis-ld like this:
orbis-ld --lto=thin --lto-thin-debug-options=<arg1> --lto-thin-debug-options=<arg2> ...
When it should be like this:
orbis-ld --lto=thin "--lto-thin-debug-options= <arg1> <arg2>" ...
Differential Revision: https://reviews.llvm.org/D147546
More information about the All-commits
mailing list