Commit 180fa9c
committed
[mlir] Prepend include directories before LLVM includes
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.1 parent 5ad4213 commit 180fa9c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
0 commit comments