Skip to content

Commit ee51658

Browse files
authored
chore: remove cxx exception stubs (#15)
1 parent 82e8024 commit ee51658

5 files changed

Lines changed: 1 addition & 51 deletions

File tree

libc-stubs/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ add_library(c-stubs STATIC
1919
"${CMAKE_CURRENT_SOURCE_DIR}/src/sys/file.c"
2020
)
2121

22-
# C++ specific stubs - implementations that require C++ features (cxxabi, etc.).
22+
# C++ specific stubs - implementations that require C++ features.
2323
# Links against c-stubs to include all C stubs as well.
2424
add_library(cxx-stubs STATIC
25-
"${CMAKE_CURRENT_SOURCE_DIR}/src/cxxabi.cpp"
2625
"${CMAKE_CURRENT_SOURCE_DIR}/src/thread.cpp"
2726
"${CMAKE_CURRENT_SOURCE_DIR}/src/sys/mman.cpp"
2827
)

libc-stubs/include/cxxabi.h

Lines changed: 0 additions & 24 deletions
This file was deleted.
-17.6 KB
Binary file not shown.
-8.2 KB
Binary file not shown.

libc-stubs/src/cxxabi.cpp

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)