commit | 6e9c743e8760dd4c13cac51dea47d26366ec0508 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Apr 23 21:36:59 2016 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sat Apr 23 21:36:59 2016 +0000 |
tree | 1e21e03124d7696984502e9a31857fa414418239 | |
parent | e66594f0e9c5b78654a92db89427d773c381b7e5 [diff] |
BitcodeReader: Avoid std::vector with non-movable types from r267296 r267298 didn't quite fix the build errors. Use SmallVector instead of std::vector, the latter of which I think is trying to maintain a strong exception safety guarantee. http://lab.llvm.org:8011/builders/lldb-amd64-ninja-freebsd11/builds/6228 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267299 91177308-0d34-0410-b5e6-96231b3b80d8