Commit ce99db9
authored
[CIR] Add mlir-translate to CMake (llvm#146608)
This PR adds the `mlir-translate` dependency to CIR.
The following test was failing when running `ninja check-clang-cir`:
```
CIR/Lowering/stack-save-restore.cir
line 2: mlir-translate: command not found
```
The failure occurred because `mlir-translate` was not being built as
part of the CIR test dependencies. This PR ensures that the target is
properly built so the test can run successfully.1 parent d04d255 commit ce99db9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments