File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ libc_support_library(
630
630
":__support_integer_to_string" ,
631
631
":__support_macros_attributes" ,
632
632
":__support_osutil_io" ,
633
- ":__support_osutil_quick_exit " ,
633
+ ":__support_osutil_exit " ,
634
634
],
635
635
)
636
636
@@ -1062,9 +1062,9 @@ libc_support_library(
1062
1062
)
1063
1063
1064
1064
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" ],
1068
1068
target_compatible_with = select ({
1069
1069
"@platforms//os:linux" : [],
1070
1070
"//conditions:default" : ["@platforms//:incompatible" ],
You can’t perform that action at this time.
0 commit comments