[all-commits] [llvm/llvm-project] 83b178: [flang] Fix build issue in flang caused by adding ...

Jonathan Thackray via All-commits all-commits at lists.llvm.org
Thu May 1 13:28:29 PDT 2025


  Branch: refs/heads/users/jthackray/fix-flang-build
  Home:   https://github.com/llvm/llvm-project
  Commit: 83b1785c98749197a6aae31ac1dc40860f3c8a5b
      https://github.com/llvm/llvm-project/commit/83b1785c98749197a6aae31ac1dc40860f3c8a5b
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2025-05-01 (Thu, 01 May 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMEnums.td

  Log Message:
  -----------
  [flang] Fix build issue in flang caused by adding new LLVM IR instructions in #137701

Fix a compile error (with LLVM_ENABLE_WERROR=On) when building `bin/flang`:
```
   enumeration values 'FMaximum' and 'FMinimum' not handled in switch
```
caused by adding new LLVM IR instructions in #137701.

This wasn't picked up by the auto CI test on GitHub, so I hadn't
realised until @kazutakahirata notified me about it.



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