Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make test more robust by writing stdout/stderr to different files. | Douglas Yung | 2019-04-29 | 1 | -3/+3 |
| | | | | | | | | Our internal build bots were failing this test randomly as the stderr output was emitted to the file in the middle of the stdout output line that the test was checking. llvm-svn: 359512 | ||||
* | [vfs] Don't bail out after a missing -ivfsoverlay file | Ben Langmuir | 2018-03-23 | 1 | -0/+6 |
This make -ivfsoverlay behave more like other fatal errors (e.g. missing -include file) by skipping the missing file instead of bailing out of the whole compilation. This makes it possible for libclang to still provide some functionallity as well as to correctly produce the fatal error diagnostic (previously we lost the diagnostic in libclang since there was no TU to tie it to). rdar://33385423 llvm-svn: 328337 |