[llvm] [Bazel] Fixes fdff641 (PR #192702)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 10:01:11 PDT 2026
https://github.com/forking-google-bazel-bot[bot] created https://github.com/llvm/llvm-project/pull/192702
This fixes fdff641f760d529c9484ecdd48b00d07d203f9a7.
>From 155353ce4b749f7aad1c4aac5e885a8a24e08ae3 Mon Sep 17 00:00:00 2001
From: Google Bazel Bot <google-bazel-bot at google.com>
Date: Fri, 17 Apr 2026 17:00:59 +0000
Subject: [PATCH] Fix Bazel build for fdff641
---
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 3a94c3a816103..8212dab29e513 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -4988,6 +4988,7 @@ cc_library(
hdrs = glob([
"include/mlir/Dialect/Vector/IR/*.h",
]),
+ copts = ["-DNDEBUG"],
includes = ["include"],
deps = [
":AffineDialect",
More information about the llvm-commits
mailing list