[all-commits] [llvm/llvm-project] 9629f2: [flang] Improve module file error message wording ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jan 14 13:02:18 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9629f2c4ca6a514abe27f537c1cb4af35ef0aa10
      https://github.com/llvm/llvm-project/commit/9629f2c4ca6a514abe27f537c1cb4af35ef0aa10
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-01-14 (Tue, 14 Jan 2025)

  Changed paths:
    M flang/lib/Semantics/mod-file.cpp
    M flang/lib/Semantics/mod-file.h
    M flang/test/Driver/intrinsic-module-path.f90
    M flang/test/Driver/use-module.f90
    M flang/test/Semantics/modfile43.f90
    M flang/test/Semantics/modfile63.f90
    M flang/test/Semantics/modfile70.f90
    M flang/test/Semantics/resolve12.f90
    M flang/test/Semantics/resolve26.f90

  Log Message:
  -----------
  [flang] Improve module file error message wording (#122787)

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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list