llvm-test runs test from a directory that's not the upstream one, and that leads to some false positive. Workaround this by forcing the current working directory.
Metadata Update from @kkleine: - Request assigned
The patch [PATCH][llvm] Make source-interleave-prefix test case compatible with llvm-test was present in the rpms/llvm repo but never in the streamline branch here. It had to be modified because it no longer applied cleanly. All the other patches in streamline had to be rebased onto upstream's main branch of llvm-project.
[PATCH][llvm] Make source-interleave-prefix test case compatible with llvm-test
rpms/llvm
streamline
main
llvm-project
Pull-Request has been merged by sergesanspaille
llvm-test runs test from a directory that's not the upstream one, and that leads
to some false positive. Workaround this by forcing the current working
directory.