mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 18:36:35 +00:00
[bazel] Fix a typo (#135460)
This commit is contained in:
parent
b74dbf7fb2
commit
a4fbc6f78f
@ -6401,7 +6401,7 @@ cc_library(
|
|||||||
]),
|
]),
|
||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":ControlFlowInterfaces"
|
":ControlFlowInterfaces",
|
||||||
":IR",
|
":IR",
|
||||||
":InferTypeOpInterface",
|
":InferTypeOpInterface",
|
||||||
":SMTIncGen",
|
":SMTIncGen",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user