Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DWARFLinker] Only extract unit DIEs when cloning clang modules (llvm…
…#69495) Reduce memory usage by only extract unit DIEs when cloning clang modules. We don't need the full debug info yet at this stage. This reduces peak memory usage of dsymutil when linking the swift driver by multiple gigabytes. rdar://117156180 (cherry picked from commit 077d89f)
- Loading branch information