Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mlir] Prepend include directories before LLVM includes (llvm#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.
- Loading branch information