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
It emits error if clang wasn't found. However, it has an optional argument required, which can be set to False.
I have WIP branch, which switches this flags and adds REQUIRED directives to corresponding .cl tests here, but local testing shows, that required=False is not really supported: use_clang crashes somewhere withing it with exception
The text was updated successfully, but these errors were encountered:
Right now we are using clang via:
SPIRV-LLVM-Translator/test/lit.cfg.py
Line 44 in a4a8f15
It emits error if clang wasn't found. However, it has an optional argument
required
, which can be set toFalse
.I have WIP branch, which switches this flags and adds
REQUIRED
directives to corresponding.cl
tests here, but local testing shows, thatrequired=False
is not really supported:use_clang
crashes somewhere withing it with exceptionThe text was updated successfully, but these errors were encountered: