Skip to content

Commit ad356fb

Browse files
Update clang/lib/Driver/ToolChains/SYCL.cpp
Co-authored-by: Michael Toguchi <[email protected]>
1 parent 6b72582 commit ad356fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/SYCL.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,8 +1470,7 @@ SYCLToolChain::TranslateArgs(const llvm::opt::DerivedArgList &Args,
14701470
bool Unsupported = false;
14711471
for (OptSpecifier UnsupportedOpt : getUnsupportedOpts()) {
14721472
if (Opt.matches(UnsupportedOpt)) {
1473-
// NativeCPU should allow most normal cpu options like
1474-
// for coverage testing and we enable them as we have tests.
1473+
// NativeCPU should allow most normal cpu options.
14751474
if (SupportedByNativeCPU(*this, Opt.getID()))
14761475
continue;
14771476
if (Opt.getID() == options::OPT_fsanitize_EQ &&

0 commit comments

Comments
 (0)