Skip to content

Commit 70817fe

Browse files
committed
updated BUILD.bazel file: quick_exit changed to exit
1 parent 0d82212 commit 70817fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ libc_support_library(
630630
":__support_integer_to_string",
631631
":__support_macros_attributes",
632632
":__support_osutil_io",
633-
":__support_osutil_quick_exit",
633+
":__support_osutil_exit",
634634
],
635635
)
636636

@@ -1062,9 +1062,9 @@ libc_support_library(
10621062
)
10631063

10641064
libc_support_library(
1065-
name = "__support_osutil_quick_exit",
1066-
srcs = ["src/__support/OSUtil/linux/quick_exit.cpp"],
1067-
hdrs = ["src/__support/OSUtil/quick_exit.h"],
1065+
name = "__support_osutil_exit",
1066+
srcs = ["src/__support/OSUtil/linux/exit.cpp"],
1067+
hdrs = ["src/__support/OSUtil/exit.h"],
10681068
target_compatible_with = select({
10691069
"@platforms//os:linux": [],
10701070
"//conditions:default": ["@platforms//:incompatible"],

0 commit comments

Comments
 (0)