summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Reproducer/TestClangFileRepro.test
Commit message (Collapse)AuthorAgeFilesLines
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-181-8/+0
| | | | | | | | | | In r353906 we hooked up clang and lldb's reproducer infrastructure to capture files used by clang. This patch adds the necessary logic to have clang reuse the files from lldb's reproducer during replay. Differential revision: https://reviews.llvm.org/D58309 llvm-svn: 354283
* [Reproducers] Integrate FileProvider with clangJonas Devlieghere2019-02-131-0/+8
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