1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Bitcode
Duncan P. N. Exon Smith 90b4e8caaa 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

llvm-svn: 267299
2016-04-23 21:36:59 +00:00
..
Reader BitcodeReader: Avoid std::vector with non-movable types from r267296 2016-04-23 21:36:59 +00:00
Writer DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
CMakeLists.txt
LLVMBuild.txt