Commit ef5e5ef
authored
[MLIR][Bazel] correctly fix bazel build after 59e74a0 (llvm#160539)
llvm#160508 wasn't the correct fix
- the fix just disabled the test because
https://github.com/llvm/llvm-project/blob/59e74a0749203998b3e5fd9bc6525de148db28ab/mlir/test/Examples/standalone/lit.local.cfg#L18
is now always `False` (`if not "0"` is always `False`). This PR is the
correct fix.1 parent 4d4cb75 commit ef5e5ef
File tree
3 files changed
+4
-3
lines changed- mlir/test
- utils/bazel/llvm-project-overlay/mlir
- test
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7713 | 7713 | | |
7714 | 7714 | | |
7715 | 7715 | | |
7716 | | - | |
7717 | 7716 | | |
| 7717 | + | |
7718 | 7718 | | |
7719 | 7719 | | |
7720 | 7720 | | |
| |||
12704 | 12704 | | |
12705 | 12705 | | |
12706 | 12706 | | |
12707 | | - | |
12708 | 12707 | | |
| 12708 | + | |
12709 | 12709 | | |
12710 | 12710 | | |
12711 | 12711 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments