llvm/unittests/MC
Rafael Espindola 715bccae4a 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251153 91177308-0d34-0410-b5e6-96231b3b80d8
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