diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-11-06 00:14:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 00:14:27 +0100 |
commit | 332fda86fb20c6c2cdc58976a8739c6a13110734 (patch) | |
tree | f0823da768e5b174067c14d17d781570f515a6b3 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 3163f8348faf858dec920f303e95dcf48dc1ea72 (diff) | |
download | llvm-332fda86fb20c6c2cdc58976a8739c6a13110734.zip llvm-332fda86fb20c6c2cdc58976a8739c6a13110734.tar.gz llvm-332fda86fb20c6c2cdc58976a8739c6a13110734.tar.bz2 |
[libc++] Remove <string> and <vector> includes from <flat_map> (#114876)
`<string>` doesn't seem to be required at all and `flat_map` doesn't
support `vector<bool>`, so we can include just `vector<T>`. This cuts
the include time in half on my system.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions