[libc][bazel] Add missing libc_root dep
authorGuillaume Chatelet <gchatelet@google.com>
Wed, 8 Feb 2023 14:24:15 +0000 (14:24 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Wed, 8 Feb 2023 14:24:15 +0000 (14:24 +0000)
utils/bazel/llvm-project-overlay/libc/BUILD.bazel

index b52f05f..0484198 100644 (file)
@@ -63,6 +63,7 @@ cc_library(
 libc_support_library(
     name = "__support_compiler_features",
     hdrs = ["src/__support/macros/compiler_features.h"],
+    deps = [":libc_root"],
 )
 
 libc_support_library(