Skip to content

Commit 68916a9

Browse files
jhuber6sarnex
andauthored
Update clang/lib/Driver/ToolChains/Gnu.cpp
Co-authored-by: Nick Sarnie <[email protected]>
1 parent 181315c commit 68916a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Gnu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3408,7 +3408,7 @@ Generic_GCC::TranslateArgs(const llvm::opt::DerivedArgList &Args,
34083408
!OpenMPFiltered.contains(A->getOption().getID()))
34093409
DAL->append(A);
34103410

3411-
// Request the shared library for CPU offloading. Given that these options
3411+
// Request a shared library for CPU offloading. Given that these options
34123412
// are decided implicitly, they do not refer to any base argument.
34133413
const OptTable &Opts = getDriver().getOpts();
34143414
if (DeviceOffloadKind == Action::OFK_OpenMP) {

0 commit comments

Comments
 (0)