[PATCH] D46137: Fix an assertion of This DIE should've already been constructed when the " "definition DIE was created in " "getOrCreateSubprogramDIE
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 12:56:36 PDT 2018
JDevlieghere added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:1011
+ return (getCUNode()->getEmissionKind() == DICompileUnit::LineTablesOnly ||
+ (DD->useSplitDwarf() && !Skeleton)) && !getCUNode()->getDebugInfoForProfiling();
}
----------------
Can you please run clang-format over your change?
https://reviews.llvm.org/D46137
More information about the llvm-commits
mailing list