diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-11-23 12:26:53 -0500 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-11-24 16:58:15 -0500 |
commit | 7a0584fe3fd6b342d56251e92acc437961c8d29d (patch) | |
tree | bd5b11e5e4a94687bfb08df54f17ddffe39f3b22 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp | |
parent | aa60d169ea62ee375910e684d20932519fe3f64f (diff) | |
download | llvm-7a0584fe3fd6b342d56251e92acc437961c8d29d.zip llvm-7a0584fe3fd6b342d56251e92acc437961c8d29d.tar.gz llvm-7a0584fe3fd6b342d56251e92acc437961c8d29d.tar.bz2 |
[libc++] Fix backdeployment annotations for std::filesystem
In 1fa27f2a10e8, we made <filesystem>'s iterator types model concepts
from <ranges>, but we forgot to add the appropriate availability
annotations. This broke back-deployment to platforms that don't have
<filesystem> for which we have availability annotations.
For some reason, this wasn't caught by our back-deployment CI.
I believe this is due to the fact that we use a slightly older
compiler in the CI, and perhaps that compiler does not honour
our `#pragma clang attribute push` properly.
Differential Revision: https://reviews.llvm.org/D114456
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions