Commit 66532cf
authored
[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 <nick.sarnie@intel.com>1 parent 139ffa9 commit 66532cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments