llvm/test/Object/X86
David Majnemer 7184f49f40 YAMLIO: Encode ambiguous hex strings explicitly
YAMLIO would turn a BinaryRef into the string 0000000004000000.
However, the leading zero causes parsers to interpret it as being an
octal number instead of a hexadecimal one.

Instead, escape such strings as needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205839 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-09 07:56:27 +00:00
..
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
macho-text-sections.test
objdump-cfg-invalid-opcode.yaml YAMLIO: Encode ambiguous hex strings explicitly 2014-04-09 07:56:27 +00:00
objdump-cfg-textatomsize.yaml Add testcase for r188873: MCTextAtom boundaries. 2013-08-21 19:40:22 +00:00
objdump-cfg.yaml Add basic YAML MC CFG testcase. 2013-08-21 16:13:25 +00:00
objdump-disassembly-inline-relocations.test Fix "llvm-objdump -d -r" to show relocations inline for ELF files 2014-01-25 17:38:19 +00:00
objdump-disassembly-symbolic.test Implement getRelocationAddress for MachO and ET_REL elf files. 2014-04-03 23:54:35 +00:00
objdump-trivial-object.test