1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/MC
Rafael Espindola a6bc23879a Add a RAW mode to StringTableBuilder.
In this mode it just tries to tail merge the strings without imposing any other
format constrains. It will not, for example, add a null byte between them.

Also add support for keeping a tentative size and offset if we decide to
not optimize after all.

This will be used shortly in lld for merging SHF_STRINGS sections.

llvm-svn: 251153
2015-10-23 21:48:05 +00:00
..
CMakeLists.txt Cleaning out google tests from MC. 2014-11-25 18:03:08 +00:00
Disassembler.cpp Dispose disassembler after use in unit test. 2014-11-15 10:53:12 +00:00
Makefile Fix the other build system. 2014-11-13 17:12:19 +00:00
StringTableBuilderTest.cpp Add a RAW mode to StringTableBuilder. 2015-10-23 21:48:05 +00:00
YAMLTest.cpp Invert the MC -> Object dependency. 2014-07-03 02:01:39 +00:00