[PATCH] D41264: Fix faulty assertion for void type in debug info
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 08:54:05 PST 2017
aprantl added a comment.
That seems suspicious. Do you have an llvm IR testcase and does the Verifier accept it?
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp:167
+ if (!BaseType)
+ return 0;
----------------
That seems suspicious. Do you have an llvm IR testcase and does the Verifier accept it?
https://reviews.llvm.org/D41264
More information about the llvm-commits
mailing list