From a47152f64df0cb19f4425e58bc8dba71d870651b Mon Sep 17 00:00:00 2001 From: "Garcia Orozco, David" Date: Fri, 7 Mar 2025 10:02:59 -0800 Subject: [PATCH] Add `build-mode` and `run-mode` to list of build-specific features --- sycl/test-e2e/E2EExpr.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl/test-e2e/E2EExpr.py b/sycl/test-e2e/E2EExpr.py index 6056182bc2439..465c69e2af62e 100644 --- a/sycl/test-e2e/E2EExpr.py +++ b/sycl/test-e2e/E2EExpr.py @@ -3,6 +3,8 @@ class E2EExpr(BooleanExpression): build_specific_features = { + "run-mode", + "build-mode", "preview-mode", "target-spir", "target-nvidia",