The tests can fail if wokring directory where the tests were launched
has a error substring in its path.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. The vfsroot-include.c is a -cc1 invocation, so it could probably be switched to use -verify instead of FileCheck'ing the output, unless there's something I'm missing. But that doesn't need to be for this patch.