Sign in
bazel
/
crubit
/
aed48180b79be8e83d6883c91eb1f17eaec8e6eb
/
.
/
common
/
BUILD
blob: 624f2ac4491568cc0a35406d854d14359ee39ba8 [
file
] [
log
] [
blame
]
licenses
([
"notice"
])
package
(
default_visibility
=
[
"//third_party/crubit:__subpackages__"
])
cc_library
(
name
=
"file_io"
,
srcs
=
[
"file_io.cc"
],
hdrs
=
[
"file_io.h"
],
deps
=
[
"@absl//status:statusor"
,
"@llvm///llvm:Support"
,
],
)