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
[test] Avoid writing to a potentially write-protected dir
The test length-errors.hlsl don't check the output written to the current
directory. The current directory may be write protected e.g. in a sandboxed
environment.
This patch remove the -emit-llvm option as these testcases don't care about the
outputed llvm IR.
Co-authored-by: Chris B <[email protected]>
0 commit comments