Skip to content

Commit 3129b5f

Browse files
author
Erich Keane
committed
Remove newline to satisfy clang-format
1 parent 59b7b5b commit 3129b5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5962,7 +5962,6 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
59625962
if (Args.hasFlag(options::OPT_fsycl, options::OPT_fno_sycl, false))
59635963
Args.AddLastArg(CmdArgs, options::OPT_sycl_std_EQ);
59645964

5965-
59665965
// Forward -fsycl-instrument-device-code option to cc1. This option can only
59675966
// be used with spir triple.
59685967
if (Arg *A = Args.getLastArg(options::OPT_fsycl_instrument_device_code)) {

0 commit comments

Comments
 (0)