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 6b72582 commit ad356fbCopy full SHA for ad356fb
clang/lib/Driver/ToolChains/SYCL.cpp
@@ -1470,8 +1470,7 @@ SYCLToolChain::TranslateArgs(const llvm::opt::DerivedArgList &Args,
1470
bool Unsupported = false;
1471
for (OptSpecifier UnsupportedOpt : getUnsupportedOpts()) {
1472
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.
+ // NativeCPU should allow most normal cpu options.
1475
if (SupportedByNativeCPU(*this, Opt.getID()))
1476
continue;
1477
if (Opt.getID() == options::OPT_fsanitize_EQ &&
0 commit comments