[all-commits] [llvm/llvm-project] 5449ea: [libcxxabi] Define _LIBCXXABI_WEAK properly for mi...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Oct 21 23:12:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5449ea9f90ea8e0adb1f8427b82dd30ccb31d96c
https://github.com/llvm/llvm-project/commit/5449ea9f90ea8e0adb1f8427b82dd30ccb31d96c
Author: Martin Storsjö <martin at martin.st>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M libcxxabi/include/__cxxabi_config.h
Log Message:
-----------
[libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilers
Copy over the compiler detection structure from libcxx, and set
_LIBCXXABI_WEAK like _LIBCPP_WEAK is set in libcxx.
This allows users to override operator new/delete, if using those
operators from libcxxabi instead of from libcxx.
Differential Revision: https://reviews.llvm.org/D89863
Commit: 586892d583a05d53fce4f04aa2bffc5603aaec74
https://github.com/llvm/llvm-project/commit/586892d583a05d53fce4f04aa2bffc5603aaec74
Author: Martin Storsjö <martin at martin.st>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp
Log Message:
-----------
[libcxx] [test] Add another (void) cast for a function marked nodiscard in MS STL
Differential Revision: https://reviews.llvm.org/D89867
Commit: 545fb7a71c0c7e73b1d40ba1263d603ac6b17968
https://github.com/llvm/llvm-project/commit/545fb7a71c0c7e73b1d40ba1263d603ac6b17968
Author: Martin Storsjö <martin at martin.st>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M libcxx/test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp
M libcxx/test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp
Log Message:
-----------
[libcxx] [test] Mark bits of fs.enum tests as libcpp specific
The individual enum values in copy_options and file_type aren't
specified in the standard.
The standard doesn't require fs::path::format to be a scoped enum.
Differential Revision: https://reviews.llvm.org/D89866
Commit: 78ba1e93a6f25c0b4266e96e5628b325a5da31b6
https://github.com/llvm/llvm-project/commit/78ba1e93a6f25c0b4266e96e5628b325a5da31b6
Author: Martin Storsjö <martin at martin.st>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/space.pass.cpp
M libcxx/test/support/filesystem_test_helper.h
Log Message:
-----------
[libcxx] [test] Move use of statvfs to helper header
Implement the corresponding thing using windows functions as well.
Differential Revision: https://reviews.llvm.org/D89864
Compare: https://github.com/llvm/llvm-project/compare/8e8cc587a559...78ba1e93a6f2
More information about the All-commits
mailing list