[all-commits] [llvm/llvm-project] 301f4d: [bazel][mlir] Build Debug/BreakpointManagers only ...
Emilio Cota via All-commits
all-commits at lists.llvm.org
Mon Apr 24 19:17:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 301f4d884f6a73ff3e7354dfef1de42dcb9e33c4
https://github.com/llvm/llvm-project/commit/301f4d884f6a73ff3e7354dfef1de42dcb9e33c4
Author: Emilio Cota <ecg at google.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[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".
More information about the All-commits
mailing list