Skip to content

Commit 2217933

Browse files
committed
[bazel][libc] Fix BUILD after 0182f51.
1 parent 50fea99 commit 2217933

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,10 @@ libc_support_library(
656656

657657
libc_support_library(
658658
name = "__support_file_file",
659-
srcs = ["src/__support/File/file.cpp"],
659+
srcs = [
660+
"include/llvm-libc-types/off_t.h",
661+
"src/__support/File/file.cpp",
662+
],
660663
hdrs = ["src/__support/File/file.h"],
661664
deps = [
662665
":__support_cpp_new",

0 commit comments

Comments
 (0)