mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 02:56:09 +00:00

The test is trying to avoid saying aligned_alloc on Windows' UCRT, which does not (and can not) implement aligned_alloc. However, it's testing for c1xx, meaning clang on Windows will fail this test when using the UCRT. llvm-svn: 344829