diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-11-06 07:53:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 07:53:56 -0500 |
commit | f1f5220958eb02a7ca4aa21cb95df4746e91bc3b (patch) | |
tree | 25f3f3e4495e0b6a534f1fcd63a59e8913c4d43b /llvm/lib/Transforms/IPO/FunctionSpecialization.cpp | |
parent | e3a0775651190a23d8234615b9fdadd81c1c24bc (diff) | |
download | llvm-f1f5220958eb02a7ca4aa21cb95df4746e91bc3b.zip llvm-f1f5220958eb02a7ca4aa21cb95df4746e91bc3b.tar.gz llvm-f1f5220958eb02a7ca4aa21cb95df4746e91bc3b.tar.bz2 |
[libc++] Only include the system <stdint.h> and <locale.h> if they exist (#115017)
Prior to aa7f377c96, we only did an #include_next of those system
headers if they existed. After removing those headers from libc++, we
started assuming that the system provided the headers because we
unconditionally started including them. This patch fixes that.
Diffstat (limited to 'llvm/lib/Transforms/IPO/FunctionSpecialization.cpp')
0 files changed, 0 insertions, 0 deletions