Skip to content

Commit 7a4c69b

Browse files
committed
Reuse the aarch64 implementation when building setjmp for darwin aarch64
1 parent c3274e8 commit 7a4c69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/setjmp/darwin/aarch64/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif()
55
add_entrypoint_object(
66
setjmp
77
SRCS
8-
setjmp.cpp
8+
../../aarch64/setjmp.cpp
99
HDRS
1010
../../setjmp_impl.h
1111
DEPENDS
@@ -16,7 +16,7 @@ add_entrypoint_object(
1616
add_entrypoint_object(
1717
longjmp
1818
SRCS
19-
longjmp.cpp
19+
../../aarch64/longjmp.cpp
2020
HDRS
2121
../../longjmp.h
2222
DEPENDS

0 commit comments

Comments
 (0)