[all-commits] [llvm/llvm-project] 3ab188: [MLIR] Remove unnecessary include from MathToEmitC...

Tomer Solomon via All-commits all-commits at lists.llvm.org
Mon Feb 3 01:52:04 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ab1880f8e954a4dcb39bb262587d55537b9d500
      https://github.com/llvm/llvm-project/commit/3ab1880f8e954a4dcb39bb262587d55537b9d500
  Author: Tomer Solomon <tomsol2009 at gmail.com>
  Date:   2025-02-03 (Mon, 03 Feb 2025)

  Changed paths:
    M mlir/include/mlir/Conversion/MathToEmitC/MathToEmitC.h

  Log Message:
  -----------
  [MLIR] Remove unnecessary include from MathToEmitC.h to fix build issue (#125466)

This removes the unnecessary inclusion of mlir/Dialect/EmitC/IR/EmitC.h
from MathToEmitC.h, which caused a build failure due to a missing
EmitCEnums.h.inc. The include was not needed, and removing it resolves
the issue without requiring additional dependencies.



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