[PATCH] D12426: Omitting debug info function entry for functions that has no code.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 28 09:43:06 PDT 2015
aprantl added a comment.
I assume that a function without code will never get inlined, so this should not cause a problem with inlining.
David, could this affect overload resolution if it is a C++ method that is being eliminated?
Repository:
rL LLVM
http://reviews.llvm.org/D12426
More information about the llvm-commits
mailing list