Skip to content

Commit 90e8f3c

Browse files
committed
Few fixups
1 parent 114c5aa commit 90e8f3c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

system/lib/libcxxabi/src/cxa_exception_emscripten.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===------------------------- cxa_emscripten.cpp -------------------------===//
1+
//===-------------------- cxa_exception_emscripten.cpp --------------------===//
22
//
33
// Most code in the file is directly copied from cxa_exception.cpp.
44
// TODO(sbc): consider merging them

test/other/metadce/test_metadce_cxx_ctors1.exports

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
__cxa_increment_exception_refcount
12
__cxa_is_pointer_type
23
__errno_location
34
__indirect_function_table

test/other/metadce/test_metadce_cxx_ctors2.exports

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
__cxa_increment_exception_refcount
12
__cxa_is_pointer_type
23
__errno_location
34
__indirect_function_table

0 commit comments

Comments
 (0)