This is an unfinished patch I'm working on that Raphael may find interesting. Posting to get early feedback and to avoid stepping on each others' toes.
rdar://problem/47970144
Differential D58090
Deserialize Clang module search path from DWARF aprantl on Feb 11 2019, 5:09 PM. Authored by
Details This is an unfinished patch I'm working on that Raphael may find interesting. Posting to get early feedback and to avoid stepping on each others' toes. rdar://problem/47970144
Diff Detail Event TimelineComment Actions +1. That's a cleaner version of what I had to do in D58125, so feel free to commit when done. The code is similar enough that rebasing my patch on top shouldn't take too much time.
Comment Actions The change itself looks fine, just a few nits inline.
Comment Actions Almost final version. There's a silly bug that prevents the C Darwin module to be loaded now that I haven't been able to track down yet. Comment Actions I think the problem was that I had an incompletely built libcxx in my build directory. Comment Actions This looks to have broken the windows build: http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/1665 |