Merge topic 'IntelLLVM-Fortran-copy-mod'

209b896f2c IntelLLVM: Enable Fortran module rebuild avoidance in Makefile generators

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6740
This commit is contained in:
Brad King
2021-11-18 13:58:58 +00:00
committed by Kitware Robot

View File

@@ -659,7 +659,7 @@ bool cmDependsFortran::ModulesDiffer(const std::string& modFile,
return true;
}
}
} else if (compilerId == "Intel") {
} else if (compilerId == "Intel" || compilerId == "IntelLLVM") {
const char seq[2] = { '\n', '\0' };
const int seqlen = 2;