Skip to content

Commit 90049bb

Browse files
committed
[bazel] Add missing dep for __support_threads_sleep
1 parent f9db0d2 commit 90049bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,9 @@ libc_support_library(
10981098
libc_support_library(
10991099
name = "__support_threads_sleep",
11001100
hdrs = ["src/__support/threads/sleep.h"],
1101+
deps = [
1102+
":__support_macros_attributes",
1103+
],
11011104
)
11021105

11031106
libc_support_library(

0 commit comments

Comments
 (0)