[all-commits] [llvm/llvm-project] cf20a2: [DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM ...
Andrew Ng via All-commits
all-commits at lists.llvm.org
Thu Oct 23 08:34:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf20a2685e1eb062e8c46f091797576e2a270003
https://github.com/llvm/llvm-project/commit/cf20a2685e1eb062e8c46f091797576e2a270003
Author: Andrew Ng <andrew.ng at sony.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M clang/include/clang/Driver/CommonArgs.h
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
A clang/test/Driver/DTLTO/Inputs/dtlto-helper.py
M clang/test/Driver/DTLTO/dtlto.c
R clang/test/Driver/DTLTO/filename.py
A clang/test/Driver/DTLTO/lit.local.cfg
M clang/test/Driver/DTLTO/ps5-dtlto.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/LTO.cpp
M lld/ELF/Options.td
M lld/docs/DTLTO.rst
M llvm/include/llvm/LTO/LTO.h
M llvm/lib/LTO/LTO.cpp
M llvm/test/ThinLTO/X86/dtlto/json.ll
M llvm/tools/llvm-lto2/llvm-lto2.cpp
Log Message:
-----------
[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456)
Add DTLTO linker option `--thinlto-remote-compiler-prepend-arg` to
enable support for the multi-call LLVM driver that requires an
additional option to specify the subcommand, e.g. "llvm clang ...".
Fixes https://github.com/llvm/llvm-project/issues/159125.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list