diff options
author | Adrian Prantl <aprantl@apple.com> | 2025-04-08 08:03:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 08:03:32 -0700 |
commit | 561506144531cf0a760bb437fd74c683931c60ae (patch) | |
tree | 8bd2b075095d0f0507eadb4307d8eb19868fed8f /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | dfe4d9187c60c9888de3410ed3c2a98136a9cd8f (diff) | |
download | llvm-561506144531cf0a760bb437fd74c683931c60ae.zip llvm-561506144531cf0a760bb437fd74c683931c60ae.tar.gz llvm-561506144531cf0a760bb437fd74c683931c60ae.tar.bz2 |
[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
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions