You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E LIT] Don't spoil current directory with temporary files (#9078)
After #8854 it's possible to run
llvm-lit from anywhere and not be restricted to the end-to-end tests'
build directory. However, lit.cfg.py performs auto-detection of some
features by creating and compiling small test files. Make sure that
those are kept in the build directory no matter where we run llvm-lit
from.
0 commit comments