| commit | ccab317837125580bdd8792d0c31b8b49b091022 | [log] [tgz] |
|---|---|---|
| author | Kevin Enderby <enderby@apple.com> | Tue Sep 15 00:27:25 2009 +0000 |
| committer | Kevin Enderby <enderby@apple.com> | Tue Sep 15 00:27:25 2009 +0000 |
| tree | 832e875103beab8529badfdc3190be270e1bcbf3 | |
| parent | 879d8f1c3ea769f60100f6f9ffdd8b4e64950a0f [diff] |
Added the first bits of the ARM target assembler to llvm-mc. For now it only parses the .word directive as 4 bytes and ARMAsmParser::ParseInstruction will give an error is called. Broke out the test of the .word directive into two different test cases, one for x86 and one for arm. llvm-svn: 81817