diff options
author | Takuto Ikuta <tikuta@google.com> | 2025-02-13 16:54:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 08:54:43 +0100 |
commit | 672e3858a4e4b9e155adb72426074ea2af0dd922 (patch) | |
tree | 8e876b47d30ad758912761f63cde74e011252844 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 75c356c488bf22cb3627fbde58140f239cf6a920 (diff) | |
download | llvm-672e3858a4e4b9e155adb72426074ea2af0dd922.zip llvm-672e3858a4e4b9e155adb72426074ea2af0dd922.tar.gz llvm-672e3858a4e4b9e155adb72426074ea2af0dd922.tar.bz2 |
[libcxx] Add a missing include for __bit_iterator (#127015)
This is to fix compile error with explicit Clang modules like
```
../../third_party/libc++/src/include/__vector/vector_bool.h:85:11: error: default argument of '__bit_iterator' must be imported from module 'std.bit_reference_fwd' before it is required
85 | typedef __bit_iterator<vector, false> pointer;
| ^
../../third_party/libc++/src/include/__fwd/bit_reference.h:23:68: note: default argument declared here is not reachable
23 | template <class _Cp, bool _IsConst, typename _Cp::__storage_type = 0>
| ^
```
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions