Commit 5afdec3
committed
bazel: make toolchains_llvm a dev_dependency
The bazel_dep was non-dev, forcing downstream Bazel consumers to
inherit OpenROAD's pinned LLVM toolchain. This conflicts when
consumers configure their own C++ toolchain.
The extension and toolchain registration were already dev_dependency.
Making the bazel_dep dev_dependency too keeps it consistent and
invisible to downstream modules. The llvm_prebuilt build_file
reference works because dev deps are still resolved for the
declaring module's own build.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent ea66948 commit 5afdec3
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 91 | | |
96 | | - | |
| 92 | + | |
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
| |||
0 commit comments