[all-commits] [llvm/llvm-project] 71a136: [dsymutil] Filter our swiftinterface files from th...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Fri Nov 3 12:57:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 71a13675dad588712094fb09c655570974f98540
https://github.com/llvm/llvm-project/commit/71a13675dad588712094fb09c655570974f98540
Author: Adrian Prantl <adrian-prantl at users.noreply.github.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/lib/DWARFLinkerParallel/DWARFLinkerCompileUnit.cpp
M llvm/test/tools/dsymutil/Inputs/swift-interface.s
M llvm/test/tools/dsymutil/X86/swift-interface.test
Log Message:
-----------
[dsymutil] Filter our swiftinterface files from the toolchain. (#71205)
Dsymutil already avoids copying textual Swift interface files from the
SDK, since any consumer would have to have a matching SDK installed
anyway. It should also do the same thing with interfaces found in the
toolchain itself, which includes the compiler built-in libraries such as
Swift (=the standard library), and _Concurrency.
rdar://117881604
More information about the All-commits
mailing list