diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-08-15 07:11:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 07:11:31 -0500 |
commit | f71b63865140cf3c286baf3a77ba3e467f929504 (patch) | |
tree | a3ac792ffbcce2a44060154f49027503ae389cb7 /clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp | |
parent | 42555cdba48b7d6d27c9a7d5c730733e66dec9a1 (diff) | |
download | llvm-f71b63865140cf3c286baf3a77ba3e467f929504.zip llvm-f71b63865140cf3c286baf3a77ba3e467f929504.tar.gz llvm-f71b63865140cf3c286baf3a77ba3e467f929504.tar.bz2 |
[libcxx] Use `aligned_alloc` for testing instead of `posix_memalign` (#101748)
Summary:
The `aligned_alloc` function is the C11 replacement for
`posix_memalign`. We should favor the C standard over the POSIX standard
so more C library implementations can run the tests.
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp')
0 files changed, 0 insertions, 0 deletions