[libcxx] Fix XFAIL for aligned deallocation test with trunk Clang
authorLouis Dionne <ldionne@apple.com>
Mon, 26 Nov 2018 17:47:16 +0000 (17:47 +0000)
committerLouis Dionne <ldionne@apple.com>
Mon, 26 Nov 2018 17:47:16 +0000 (17:47 +0000)
commit7ae4f5c6de936e829f0eb230ec5bc772dd5889fe
tree7ec584a665e58855d94d709e2830a6284a8e50c8
parentff81ffd22807103dbfe4b877664de6fada3ca511
[libcxx] Fix XFAIL for aligned deallocation test with trunk Clang

The test was marked as failing whenever the deployment target was 10.12
or older, but in reality the test passes when the deployment target is
10.12 on recent Clangs. This happens because only older clangs do not
honor the -faligned-allocation flag, which disables any availability
error related to aligned allocation support, regardless of the
deployment target.

llvm-svn: 347580
libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp