[PATCH] D45367: [CodeGen/AccelTable]: Don't emit accelerator entries for functions with no names
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 9 01:35:56 PDT 2018
labath marked 2 inline comments as done.
labath added inline comments.
================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:389-391
// TODO: Determine whether or not we should add names for programs
// that do not have a DW_AT_name or DW_AT_linkage_name field - this
// is only slightly different than the lookup of non-standard ObjC names.
----------------
JDevlieghere wrote:
> labath wrote:
> > I'm not sure what this TODO here is trying to say, but it could be that this patch resolves it...
> Sounds like it :-)
OK, I'll remove it.
Repository:
rL LLVM
https://reviews.llvm.org/D45367
More information about the llvm-commits
mailing list