Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/lib/Driver/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ bool Driver::checkForOffloadStaticLib(Compilation &C,
!Args.hasArg(options::OPT_fopenmp_targets_EQ))
return false;

// Right off the bat, assume the presense of -foffload-static-lib means
// Right off the bat, assume the presence of -foffload-static-lib means
// the need to perform linking steps for fat static archive offloading.
// TODO: remove when -foffload-static-lib support is dropped.
if (Args.hasArg(options::OPT_offload_lib_Group))
Expand Down