diff options
author | Louis Dionne <ldionne@apple.com> | 2020-10-15 13:27:27 -0400 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2020-10-15 13:40:18 -0400 |
commit | 6abc15ae3c245b6043f15d3cdedfad187888dfd5 (patch) | |
tree | d89248dc2bdd7545538db530ee0c048073594644 /llvm/lib/Support/TargetParser.cpp | |
parent | 2aad6a0884e3372fef8176902cf984d2f385d938 (diff) | |
download | llvm-6abc15ae3c245b6043f15d3cdedfad187888dfd5.zip llvm-6abc15ae3c245b6043f15d3cdedfad187888dfd5.tar.gz llvm-6abc15ae3c245b6043f15d3cdedfad187888dfd5.tar.bz2 |
[libc++] Reduce dependencies on <iostream> from <random>
We included <istream> and <ostream> from <random>, but really it is
sufficient to include <iosfwd> if we make sure we access ios_base
members through a dependent type. This allows us to break a hard
dependency of <random> on locales.
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
0 files changed, 0 insertions, 0 deletions