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][LIT] Fix value of sycl_use_libcxx LIT variable (#19598)
The CMake value used for this LIT variable is just a normal boolean
CMake variable set by the main LLVM CMake infrastructure, not an option
that uses `ON` or `OFF`, and the lit python code expects all variables
values to be option values, so just make the value of this variable
match option values.
---------
Signed-off-by: Sarnie, Nick <[email protected]>
0 commit comments