Skip to content

Commit b615127

Browse files
committed
fixup! Fix comments for enabling -fmodles-driver and StandaloneDiag.
1 parent 78e9bf7 commit b615127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
18371837
Diags.Report(diag::remark_performing_driver_managed_module_build);
18381838
// TODO: When -fmodules-driver is no longer experimental, allow implicit
18391839
// activation of the modules driver. For now, keep the detection of whether
1840-
// the modules driver should be enabled here for diagnostics only, and do
1840+
// the modules driver should be enabled here for diagnostics only, and do
18411841
// not implicitly enable the feature.
18421842
auto EnableOrErr = modules::shouldUseModulesDriver(Inputs, getVFS(), Diags);
18431843
if (!EnableOrErr) {

0 commit comments

Comments
 (0)