[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
Fri Apr 6 06:57:33 PDT 2018


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.
----------------
I'm not sure what this TODO here is trying to say, but it could be that this patch resolves it...


Repository:
  rL LLVM

https://reviews.llvm.org/D45367





More information about the llvm-commits mailing list