summaryrefslogtreecommitdiffstats
path: root/b/lldb/lit
Commit message (Collapse)AuthorAgeFilesLines
* [monorepo] Remove accidentally added top-level monorepo directoryJonas Devlieghere2019-02-132-10/+0
| | | | | | | | | | | | | Apparently I introduced a new top level directory called `b` in the root of the monorepo with r353906. I don't understand how or why this happened, but I presume something went wrong doing `git llvm push`. I'm not even sure if I can delete the directory again, but giving it a shot in this commit. Thanks to Shoaib Meenai for noticing this. llvm-svn: 353913
* [Reproducers] Integrate FileProvider with clangJonas Devlieghere2019-02-132-0/+10
This patch hooks up clang and lldb's reproducers functionality. It ensures that when capturing a reproducer, headers and modules imported through the expression parser are collected. Differential revision: https://reviews.llvm.org/D58076 llvm-svn: 353906
OpenPOWER on IntegriCloud