File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ if (LIBCXXABI_ENABLE_STATIC)
255
255
set (MERGE_ARCHIVES_LIBTOOL "--use-libtool" "--libtool" "${CMAKE_LIBTOOL} " )
256
256
endif ()
257
257
258
- # Merge the the libc++abi.a and libunwind.a into one.
258
+ # Merge the libc++abi.a and libunwind.a into one.
259
259
if (LIBCXXABI_USE_LLVM_UNWINDER AND LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY)
260
260
add_custom_command (TARGET cxxabi_static POST_BUILD
261
261
COMMAND ${PYTHON_EXECUTABLE} ${LIBCXXABI_LIBCXX_PATH} /utils/merge_archives.py
Original file line number Diff line number Diff line change @@ -30022,7 +30022,7 @@ int main()
30022
30022
std::free(demang);
30023
30023
break;
30024
30024
case 1:
30025
- std::cout << "not immplemented \n";
30025
+ std::cout << "not implemented \n";
30026
30026
break;
30027
30027
}
30028
30028
std::cout << '\n';
You can’t perform that action at this time.
0 commit comments