Skip to content

Commit

Permalink
[mlir][bazel] Follow-up fix for ce954e1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchetioui committed May 31, 2023
1 parent e494bcd commit 96816a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ expand_template(
out = "include/mlir/Config/mlir-config.h",
substitutions = {
"#cmakedefine01 MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS": "#define MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS 0",
"#cmakedefine MLIR_GREEDY_REWRITE_RANDOMIZER_SEED ${MLIR_GREEDY_REWRITE_RANDOMIZER_SEED}": "#define MLIR_GREEDY_REWRITE_RANDOMIZER_SEED",
"#cmakedefine MLIR_GREEDY_REWRITE_RANDOMIZER_SEED ${MLIR_GREEDY_REWRITE_RANDOMIZER_SEED}": "/* #undef MLIR_GREEDY_REWRITE_RANDOMIZER_SEED */",
},
template = "include/mlir/Config/mlir-config.h.cmake",
)
Expand Down

0 comments on commit 96816a1

Please sign in to comment.