[all-commits] [llvm/llvm-project] 7a07d8: [flang][Driver] Fix flang/test/Driver/parse-error.ll

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Jan 6 10:35:46 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a07d8e9dfcf9cbb659883dd539319089563ac5d
      https://github.com/llvm/llvm-project/commit/7a07d8e9dfcf9cbb659883dd539319089563ac5d
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M flang/test/Driver/parse-error.ll

  Log Message:
  -----------
  [flang][Driver] Fix flang/test/Driver/parse-error.ll

The error returned from the driver is actually "Could not scan", not
"Could not parse". The reason that the test has been passing is that
the FileCheck's regular expression "{{.*}}" was one of many sources
of problems, and was quoted in the output. The "CHECK" line matched
the quoted line instead of the actual error message.



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