[Lldb-commits] [PATCH] D58090: Deserialize Clang module search path from DWARF

2019-02-13 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. I attempted to fix it in r353971, but I'm not sure. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58090/new/ https://reviews.llvm.org/D58090 ___ lldb-commits mailing list lldb-commits@lists

[Lldb-commits] [PATCH] D58090: Deserialize Clang module search path from DWARF

2019-02-13 Thread Stella Stamenova via Phabricator via lldb-commits
stella.stamenova added a comment. This looks to have broken the windows build: http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/1665 Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58090/new/ https://reviews.llvm.org/D58090

[Lldb-commits] [PATCH] D58090: Deserialize Clang module search path from DWARF

2019-02-13 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB353961: Deserialize Clang module search path from DWARF (authored by adrian, committed by ). Herald added a project: LLDB. Changed prior to commit: https://reviews.llvm.org/D58090?vs=186571&id=186691

[Lldb-commits] [PATCH] D58090: Deserialize Clang module search path from DWARF

2019-02-13 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. I think the problem was that I had an incompletely built libcxx in my build directory. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D58090/new/ https://reviews.llvm.org/D58090 ___ lldb-commits mailing list lldb-com

[Lldb-commits] [PATCH] D58090: Deserialize Clang module search path from DWARF

2019-02-12 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl updated this revision to Diff 186571. aprantl added a comment. Herald added a reviewer: serge-sans-paille. 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. CHANGES SINCE LAST ACTION https://reviews