File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 5656config .required_features = []
5757config .unsupported_features = []
5858
59- #config.available_features.add("aaa")
60-
6159# test-mode: Set if tests should run normally or only build/run
6260config .test_mode = lit_config .params .get ("test-mode" , "full" )
6361config .fallback_build_run_only = False
@@ -988,7 +986,7 @@ def get_sycl_ls_verbose(sycl_device, env):
988986
989987# Check for enabled NewOffloadModel
990988if lit_config .params .get ("enable_new_offload_model" , "False" ) != "False" :
991- config .available_features .add ("aaa " )
989+ config .available_features .add ("new-offload-model " )
992990 config .cxx_flags += "--offload-new-driver "
993991
994992# That has to be executed last so that all device-independent features have been
You can’t perform that action at this time.
0 commit comments