mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Vendor import of libc++ release_70 branch r348686:
https://llvm.org/svn/llvm-project/libcxx/branches/release_70@348686
This commit is contained in:
parent
75cd5ac847
commit
22ef103ecf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor/libc++/dist-release_70/; revision=341733 svn path=/vendor/libc++/libc++-release_701-r349250/; revision=342120; tag=vendor/libc++/libc++-release_701-r349250
@ -41,7 +41,7 @@ macro(setup_abi_lib abidefines abilib abifiles abidirs)
|
||||
get_filename_component(ifile ${fpath} NAME)
|
||||
set(src ${incpath}/${fpath})
|
||||
|
||||
set(dst ${LIBCXX_BINARY_INCLUDE_DIR}/${dstdir}/${fpath})
|
||||
set(dst ${LIBCXX_BINARY_INCLUDE_DIR}/${dstdir}/${ifile})
|
||||
add_custom_command(OUTPUT ${dst}
|
||||
DEPENDS ${src}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
|
||||
|
@ -352,7 +352,6 @@ struct FileDescriptor {
|
||||
|
||||
~FileDescriptor() { close(); }
|
||||
|
||||
FileDescriptor() = default;
|
||||
FileDescriptor(FileDescriptor const&) = delete;
|
||||
FileDescriptor& operator=(FileDescriptor const&) = delete;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user