1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/unittests/Bitcode
Rafael Espindola cbfc7723a8 Pass a && to getLazyBitcodeModule.
This forces callers to use std::move when calling it. It is somewhat odd to have
code with std::move that doesn't always move, but it is also odd to have code
without std::move that sometimes moves.

llvm-svn: 217049
2014-09-03 17:31:46 +00:00
..
BitReaderTest.cpp Pass a && to getLazyBitcodeModule. 2014-09-03 17:31:46 +00:00
CMakeLists.txt BitcodeTests: Fix LINK_COMPONENTS. 2014-08-02 00:12:54 +00:00
Makefile BitcodeTests: Fix LINK_COMPONENTS. 2014-08-02 00:12:54 +00:00