[PATCH] D60642: [dsymutil] Collect parseable Swift interfaces in the .dSYM bundle.
Frederic Riss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 09:12:46 PDT 2019
friss added inline comments.
================
Comment at: llvm/tools/dsymutil/DwarfLinker.cpp:2160
// Clang module DWARF skeleton CUs abuse this for the path to the module.
uint64_t DwoId = getDwoId(CUDie, Unit);
----------------
I haven't looked too deeply at the rest of the patch, but I think this comment was referring to DW_AT_comp_dir and is now stale and misleading.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60642/new/
https://reviews.llvm.org/D60642
More information about the llvm-commits
mailing list