[PATCH] D71244: [DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have children.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 09:23:09 PST 2019
aprantl added a comment.
The LLVM part LGTM, thanks!
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3542
Args.hasFlag(options::OPT_fsplit_dwarf_inlining,
- options::OPT_fno_split_dwarf_inlining, true);
+ options::OPT_fno_split_dwarf_inlining, false);
----------------
What does this have to do with the dwarfdump patch?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71244/new/
https://reviews.llvm.org/D71244
More information about the llvm-commits
mailing list