Skip to content

Commit 6064742

Browse files
committed
[libc][bazel] Add missing libc_root dep
1 parent ed8dae9 commit 6064742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ cc_library(
6363
libc_support_library(
6464
name = "__support_compiler_features",
6565
hdrs = ["src/__support/macros/compiler_features.h"],
66+
deps = [":libc_root"],
6667
)
6768

6869
libc_support_library(

0 commit comments

Comments
 (0)