[all-commits] [llvm/llvm-project] fac6be: [mlir] Prepend include directories before LLVM inc...

Michał Górny via All-commits all-commits at lists.llvm.org
Wed Jan 1 07:32:10 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fac6be61c6ccbae15647f4f2485415f630341e2a
      https://github.com/llvm/llvm-project/commit/fac6be61c6ccbae15647f4f2485415f630341e2a
  Author: Michał Górny <mgorny at gentoo.org>
  Date:   2025-01-01 (Wed, 01 Jan 2025)

  Changed paths:
    M mlir/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Prepend include directories before LLVM includes (#121223)

Prepend mlir's include directories before system LLVM include
directories. This is particularly important for standalone builds, where
system include directory may contain the previous version of mlir, and
therefore various mlir targets (particularly tablegen) end up using the
headers from the previous version over the fresh ones. The new logic is
copied from clang.



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