Skip to content

Commit fe2ab8c

Browse files
committed
[SYCL] update default value to off
1 parent 82a3948 commit fe2ab8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/LangOptions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ LANGOPT(DeclareSPIRVBuiltins, 1, 0, "Declare SPIR-V builtin functions")
253253
LANGOPT(SYCLExplicitSIMD , 1, 0, "SYCL compilation with explicit SIMD extension")
254254
LANGOPT(EnableDAEInSpirKernels , 1, 0, "Enable Dead Argument Elimination in SPIR kernels")
255255
LANGOPT(
256-
SYCLValueFitInMaxInt, 1, 1,
256+
SYCLValueFitInMaxInt, 1, 0,
257257
"SYCL compiler assumes value fits within MAX_INT for member function of "
258258
"get/operator[], get_id/operator[] and get_global_id/get_global_linear_id "
259259
"in SYCL class id, iterm and nd_iterm")

0 commit comments

Comments
 (0)