We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eca862 commit d44888cCopy full SHA for d44888c
sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp
@@ -357,5 +357,5 @@ jit_compiler::parseUserArgs(View<const char *> UserArgs) {
357
"User option '%s' at index %d is missing an argument",
358
UserArgsRef[MissingArgIndex], MissingArgIndex);
359
}
360
- return AL;
+ return Expected<InputArgList>{std::move(AL)};
361
0 commit comments