Skip to content

Commit 2b0090c

Browse files
authored
[SYCL][E2E] Add cl_options to build features list (#17197)
This should be a build-specific feature. We use it to decide whether we should build tests like [`Regression/msvc_crt.cpp`](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/Regression/msvc_crt.cpp).
1 parent c0bc075 commit 2b0090c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/test-e2e/E2EExpr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class E2EExpr(BooleanExpression):
1818
"system-linux",
1919
"windows",
2020
"system-windows",
21+
"cl_options",
2122
"enable-perf-tests",
2223
"preview-breaking-changes-supported",
2324
"has_ndebug",

0 commit comments

Comments
 (0)