diff options
author | Dimitry Andric <dimitry@andric.com> | 2023-09-07 11:55:33 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2023-09-07 11:57:56 -0400 |
commit | 6255157d24e27c604bda8fe8ce26e896f54785c0 (patch) | |
tree | 918c8d7faba863340512d3f32a6482076709bd69 /llvm/lib/Transforms/Utils/Debugify.cpp | |
parent | f72d41b5b17d0b65c95745da60b88c6911fccfab (diff) | |
download | llvm-6255157d24e27c604bda8fe8ce26e896f54785c0.zip llvm-6255157d24e27c604bda8fe8ce26e896f54785c0.tar.gz llvm-6255157d24e27c604bda8fe8ce26e896f54785c0.tar.bz2 |
[libc++] Re-enable std::pair trivial copy constructor for FreeBSD >= 14
After many years of using the really old std::pair ABI which did not yet
have a trivial copy constructor, FreeBSD 14 and later will finally get
rid of it. Only use the old ABI for FreeBSD 13 and earlier.
Note: on the FreeBSD side, we will bump our libc++.so version for this,
and keep an old compatibility library in a separate package.
Differential Revision: https://reviews.llvm.org/D126462
Diffstat (limited to 'llvm/lib/Transforms/Utils/Debugify.cpp')
0 files changed, 0 insertions, 0 deletions