mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 03:56:42 +00:00

Instead of "Cannot read ...", distinguish true errors in finding and parsing module files from problems with unexpected hash codes by using "Cannot parse" or "Cannot use" wording as appropriate.
6 lines
199 B
Fortran
6 lines
199 B
Fortran
use modfile70
|
|
end
|
|
|
|
! RUN: not %flang_fc1 -fsyntax-only -J%S/Inputs -w %s 2>&1 | FileCheck --check-prefix=ERROR %s
|
|
! ERROR: Cannot use module file for module 'modfile70': File has invalid checksum:
|