aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorTakuto Ikuta <tikuta@google.com>2025-02-13 16:54:56 +0900
committerGitHub <noreply@github.com>2025-02-13 08:54:56 +0100
commit0761841bc000ce3206e043d25eb45e87d6dab0d4 (patch)
tree367bcdbb1ebc6528218bed62f3854cf5d64f65f5 /llvm/lib/CodeGen/MachineScheduler.cpp
parent672e3858a4e4b9e155adb72426074ea2af0dd922 (diff)
downloadllvm-0761841bc000ce3206e043d25eb45e87d6dab0d4.zip
llvm-0761841bc000ce3206e043d25eb45e87d6dab0d4.tar.gz
llvm-0761841bc000ce3206e043d25eb45e87d6dab0d4.tar.bz2
[libcxx] Add a missing include for __enable_if_t (#127016)
This is to fix compile error with explicit Clang modules like ``` ../../third_party/libc++/src/include/__filesystem/path.h:80:26: error: declaration of '__enable_if_t' must be imported from module 'std_core.type_traits.enable_if' before it is required 80 | template <class _ECharT, __enable_if_t<__can_convert_char<_ECharT>::value, int> = 0> | ^ ../../third_party/libc++/src/include/__type_traits/enable_if.h:34:1: note: declaration here is not visible 34 | using __enable_if_t _LIBCPP_NODEBUG = typename enable_if<_Bp, _Tp>::type; | ^ ```
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions