[all-commits] [llvm/llvm-project] 18519f: [lld][llvm-objcopy] Enable Xbox subsystem for PE i...
Ashlyn via All-commits
all-commits at lists.llvm.org
Tue Apr 14 15:29:35 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18519f34650db7fc8e1885ac0293c1e9a5f1b071
https://github.com/llvm/llvm-project/commit/18519f34650db7fc8e1885ac0293c1e9a5f1b071
Author: Ashlyn <pale.auraaaa at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M lld/COFF/DriverUtils.cpp
M lld/test/COFF/subsystem.test
M llvm/test/tools/llvm-objcopy/COFF/subsystem.test
M llvm/tools/llvm-objcopy/ObjcopyOptions.cpp
Log Message:
-----------
[lld][llvm-objcopy] Enable Xbox subsystem for PE images. (#191779)
This patch enables selecting the Xbox subsystem (IMAGE_SUBSYSTEM_XBOX)
for PE images. Certain existing tools used in the Xbox homebrew scene
expect images to use the Xbox subsystem, so it's nice to be able to set
this within the LLVM toolchain instead of invoking yet another tool or
manually patching the binaries.
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