[XLA] BUILD visibility fix
PiperOrigin-RevId: 339944681 Change-Id: Ifd0f43a2616328fe54819fae18ee626a44556e99
This commit is contained in:
parent
c4c7c84e80
commit
6167323d29
@ -490,12 +490,14 @@ cc_library(
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "error_spec",
|
name = "error_spec",
|
||||||
hdrs = ["error_spec.h"],
|
hdrs = ["error_spec.h"],
|
||||||
|
visibility = [":friends"],
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "literal_comparison",
|
name = "literal_comparison",
|
||||||
srcs = ["literal_comparison.cc"],
|
srcs = ["literal_comparison.cc"],
|
||||||
hdrs = ["literal_comparison.h"],
|
hdrs = ["literal_comparison.h"],
|
||||||
|
visibility = [":friends"],
|
||||||
deps = [
|
deps = [
|
||||||
":error_spec",
|
":error_spec",
|
||||||
":literal",
|
":literal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user