diff options
author | Lang Hames <lhames@gmail.com> | 2018-10-26 17:48:50 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2018-10-26 17:48:50 +0000 |
commit | 607d6976697d8122eff5344f58f20ae0dbd0c6d5 (patch) | |
tree | a2669432b4433d831d90f010f00992a65c004be6 /llvm/lib/CodeGen | |
parent | f0333f0b07aabbdfb490677fdb2695483f585d3b (diff) | |
download | bcm5719-llvm-607d6976697d8122eff5344f58f20ae0dbd0c6d5.tar.gz bcm5719-llvm-607d6976697d8122eff5344f58f20ae0dbd0c6d5.zip |
[ADT] Use explicit constructors for DenseMapPair to work around compiler issues.
Inheriting constructors from std::pair caused clang-3.8 to treat some DenseMap
initializer_list constructor calls as ambiguous, which broke several bots. This
commit explicitly defines DenseMapPair's constructos to work around the issue.
https://reviews.llvm.org/D53726
llvm-svn: 345411
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions