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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to