[Lldb-commits] [PATCH] D32757: Add TaskMap for iterating a function over a set of integers

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 3 08:00:49 PDT 2017


clayborg accepted this revision.
clayborg added a comment.

-glldb doesn't emit the Apple accelerator tables IIRC. We don't need to change the DWARF, but just add the Apple accelerator tables by modifying clang to emit them. They will be just fine with DWO as each DWO file would have a set of them. The other way to do this to just check out if this works is to modify "llvm-dsymutil --update" to be able to work on ELF files.  "llvm-dsymutil --update" regenerates the accelerator tables and puts them into the DWARF using an existing file with debug info. It was made in case we missing something in the accelerator tables that we added later so we could update old DWARF files gotten from build servers.

That being said, if no one is going to miss TaskRunner then we can let it go.


Repository:
  rL LLVM

https://reviews.llvm.org/D32757





More information about the lldb-commits mailing list