This patch fixes a bug that would cause dsymutil to collect .swiftinterface files for the Swift stdlib and other SDK modules. There is no advantage in copying these since they should be loaded from the ones bundled with LLDB's embedded Swift compiler instead and copying them will cause LLDB to recompile them from source instead of loading their prebuilt cached counterparts in the SDK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/DWARFLinker/DWARFLinker.cpp | ||
---|---|---|
174 | Nit: I'd add a newline before and after the new code to visually distinguish it as a single unit for the given comment. |
Nit: I'd add a newline before and after the new code to visually distinguish it as a single unit for the given comment.