Skip to content

Commit

Permalink
Fix ignored -fsycl-unnamed-lambda (triSYCL#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Forget committed Oct 22, 2021
1 parent d281d2b commit efcc624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Frontend/CompilerInvocation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3976,7 +3976,6 @@ bool CompilerInvocation::ParseLangArgs(LangOptions &Opts, ArgList &Args,
options::OPT_fno_sycl_allow_variadic_func)
: Args.hasFlag(options::OPT_fsycl_allow_variadic_func,
options::OPT_fno_sycl_allow_variadic_func, false);
Opts.SYCLUnnamedLambda = Args.hasArg(options::OPT_fsycl_unnamed_lambda);

// Get OpenMP host file path if any and report if a non existent file is
// found
Expand Down

0 comments on commit efcc624

Please sign in to comment.