[PATCH] D80242: [Clang] implement -fno-eliminate-unused-debug-types
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 19 16:00:15 PDT 2020
nickdesaulniers added inline comments.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:4965
+ DBuilder.retainType(Ty);
+}
----------------
Looks like I can just reuse CGDebugInfo::EmitExplicitCastType
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80242/new/
https://reviews.llvm.org/D80242
More information about the cfe-commits
mailing list