diff options
author | Konstantin Varlamov <varconsteq@gmail.com> | 2024-06-17 06:30:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 09:30:41 -0400 |
commit | 0cfdce854d588876bfca7030be868314e84c0e5b (patch) | |
tree | 79bd661deb878cb626b3c16a9221100dbcb25a6e /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 405882db942347baf525673befe0cea0093babb6 (diff) | |
download | llvm-0cfdce854d588876bfca7030be868314e84c0e5b.zip llvm-0cfdce854d588876bfca7030be868314e84c0e5b.tar.gz llvm-0cfdce854d588876bfca7030be868314e84c0e5b.tar.bz2 |
[libc++] Guard transitive include of `<locale>` with availability macro (#95686)
This is a follow-up to https://github.com/llvm/llvm-project/pull/80282.
The transitive includes of `<locale>` in `<vector>` were all guarded by
the availability macro -- the new include should also be guarded,
otherwise any users who compile with localization disabled will start
getting errors trying to include `<vector>`.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions