[all-commits] [llvm/llvm-project] 561506: [dsymutil] Avoid copying binary swiftmodules built...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Tue Apr 8 08:03:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 561506144531cf0a760bb437fd74c683931c60ae
https://github.com/llvm/llvm-project/commit/561506144531cf0a760bb437fd74c683931c60ae
Author: Adrian Prantl <aprantl at apple.com>
Date: 2025-04-08 (Tue, 08 Apr 2025)
Changed paths:
M lldb/source/Core/Statusline.cpp
A llvm/test/tools/dsymutil/Inputs/Binary.swiftmodule
A llvm/test/tools/dsymutil/Inputs/FromInterface.swiftmodule
A llvm/test/tools/dsymutil/swiftmodule.test
M llvm/test/tools/dsymutil/yaml-object-address-rewrite.test
M llvm/tools/dsymutil/CMakeLists.txt
M llvm/tools/dsymutil/DebugMap.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/RelocationMap.h
A llvm/tools/dsymutil/SwiftModule.cpp
A llvm/tools/dsymutil/SwiftModule.h
Log Message:
-----------
[dsymutil] Avoid copying binary swiftmodules built from textual (#134719)
.swiftinterface files into the dSYM bundle. These typically come only
from the SDK (since textual interfaces require library evolution) and
thus are a waste of space to copy into the bundle.
The information about this is being parsed out of the control block,
which means duplicating 5 constants from the Swift frontend. If a file
cannot be parsed, dsymutil errs on the side of copying the file anyway.
rdar://138186524
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