mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[libcxxabi] NFC: Fix trivial typos in comments
Reviewers: EricWF, mclow.lists, Jim Reviewed By: Jim Subscribers: mgorny, christof, ldionne, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D72151
This commit is contained in:
parent
f65d4aa960
commit
dac7cda3a8
@ -255,7 +255,7 @@ if (LIBCXXABI_ENABLE_STATIC)
|
||||
set(MERGE_ARCHIVES_LIBTOOL "--use-libtool" "--libtool" "${CMAKE_LIBTOOL}")
|
||||
endif()
|
||||
|
||||
# Merge the the libc++abi.a and libunwind.a into one.
|
||||
# Merge the libc++abi.a and libunwind.a into one.
|
||||
if(LIBCXXABI_USE_LLVM_UNWINDER AND LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY)
|
||||
add_custom_command(TARGET cxxabi_static POST_BUILD
|
||||
COMMAND ${PYTHON_EXECUTABLE} ${LIBCXXABI_LIBCXX_PATH}/utils/merge_archives.py
|
||||
|
@ -30022,7 +30022,7 @@ int main()
|
||||
std::free(demang);
|
||||
break;
|
||||
case 1:
|
||||
std::cout << "not immplemented\n";
|
||||
std::cout << "not implemented\n";
|
||||
break;
|
||||
}
|
||||
std::cout << '\n';
|
||||
|
Loading…
x
Reference in New Issue
Block a user