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 181315c commit 68916a9Copy full SHA for 68916a9
clang/lib/Driver/ToolChains/Gnu.cpp
@@ -3408,7 +3408,7 @@ Generic_GCC::TranslateArgs(const llvm::opt::DerivedArgList &Args,
3408
!OpenMPFiltered.contains(A->getOption().getID()))
3409
DAL->append(A);
3410
3411
- // Request the shared library for CPU offloading. Given that these options
+ // Request a shared library for CPU offloading. Given that these options
3412
// are decided implicitly, they do not refer to any base argument.
3413
const OptTable &Opts = getDriver().getOpts();
3414
if (DeviceOffloadKind == Action::OFK_OpenMP) {
0 commit comments