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 9d74846 commit c90b361Copy full SHA for c90b361
clang/lib/Driver/Driver.cpp
@@ -2783,7 +2783,7 @@ bool Driver::checkForOffloadStaticLib(Compilation &C,
2783
!Args.hasArg(options::OPT_fopenmp_targets_EQ))
2784
return false;
2785
2786
- // Right off the bat, assume the presense of -foffload-static-lib means
+ // Right off the bat, assume the presence of -foffload-static-lib means
2787
// the need to perform linking steps for fat static archive offloading.
2788
// TODO: remove when -foffload-static-lib support is dropped.
2789
if (Args.hasArg(options::OPT_offload_lib_Group))
0 commit comments