llvm-6502/test/MC
Rafael Espindola 9f44724be0 Rename temporary symbols if they conflict with artificial symbols created
by the assembler. This was blocking parsing any large .s produced by clang for
example.

Fixes PR8596.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120603 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-01 20:46:11 +00:00
..
ARM Add tests for more forms of Thumb2 loads and stores. 2010-11-30 18:15:21 +00:00
AsmParser Rename temporary symbols if they conflict with artificial symbols created 2010-12-01 20:46:11 +00:00
COFF
Disassembler Add correct encodings for STRD and LDRD, including fixup support. Additionally, update these to unified syntax. 2010-12-01 19:18:46 +00:00
ELF Fix some broken CHECK lines. 2010-11-29 22:34:55 +00:00
MachO
MBlaze
X86