summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEmilio Cota <ecg@google.com>2023-04-24 22:11:22 -0400
committerEmilio Cota <ecg@google.com>2023-04-24 22:16:25 -0400
commit301f4d884f6a73ff3e7354dfef1de42dcb9e33c4 (patch)
treeecb305ca25e945c9b2e1c1f019633cbedf2a8962 /utils
parentfaa2d69e462146543e168cc6c36a28a7e238ecce (diff)
downloadllvm-301f4d884f6a73ff3e7354dfef1de42dcb9e33c4.tar.gz
[bazel][mlir] Build Debug/BreakpointManagers only from a single target
When writing 5f2b0892d "[bazel][mlir] BreakpointManager fixes for 7f069f5", I did not notice that 17c6de3f1 "[bazel] Fix bazel build for 7f069f5ef.." had added Debug/BreakpointManagers globs to the Debug target. But these are already being built in the "BreakpointManagers" target; remove them from "Debug".
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 07b4c0263098..4313450cf9fb 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3717,11 +3717,9 @@ cc_library(
srcs = glob([
"lib/Debug/*.cpp",
"lib/Debug/*.h",
- "lib/Debug/BreakpointManagers/*.cpp",
]),
hdrs = glob([
"include/mlir/Debug/*.h",
- "include/mlir/Debug/BreakpointManagers/*.h"
]),
includes = ["include"],
deps = [