Skip to content

Commit e25d0be

Browse files
committed
Update bazel names too
1 parent fbb21ee commit e25d0be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ libc_support_library(
425425
name = "__support_common",
426426
hdrs = [
427427
"src/__support/common.h",
428-
"src/__support/endian.h",
428+
"src/__support/endian_internal.h",
429429
],
430430
deps = [
431431
":__support_macros_attributes",

utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ libc_test(
3030
# )
3131

3232
libc_test(
33-
name = "endian_test",
34-
srcs = ["endian_test.cpp"],
33+
name = "endian_internal_test",
34+
srcs = ["endian_internal_test.cpp"],
3535
deps = ["//libc:__support_common"],
3636
)
3737

0 commit comments

Comments
 (0)