OSDN Git Service

BitcodeReader: Avoid non-moving std::piecewise_construct from r267296
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 23 Apr 2016 21:23:41 +0000 (21:23 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 23 Apr 2016 21:23:41 +0000 (21:23 +0000)
commite66594f0e9c5b78654a92db89427d773c381b7e5
tree11b78e4c1d4da132b0f68451977bd7e38472a0da
parentde7484036b628b08be6acbfb5feac405d7450300
BitcodeReader: Avoid non-moving std::piecewise_construct from r267296

Not exactly sure why the host tries to use a copy constructor here, but
it's easy enough to work around it.

http://lab.llvm.org:8011/builders/lldb-amd64-ninja-freebsd11/builds/6227

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267298 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Reader/BitcodeReader.cpp