1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/unittests/Bitcode
Rafael Espindola 2500d426ff Modernize the .ll parsing interface.
* Use StringRef instead of std::string&
* Return a std::unique_ptr<Module> instead of taking an optional module to write
  to (was not really used).
* Use current comment style.
* Use current naming convention.

llvm-svn: 215989
2014-08-19 16:58:54 +00:00
..
BitReaderTest.cpp Modernize the .ll parsing interface. 2014-08-19 16:58:54 +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