llvm-6502/test/MC
Evan Cheng 5fbe5e783e Some autoconf tests use module level inline asm to test compiler's handling of
.cfi_startproc. e.g. libffi:

 $ cat confopt.c 
asm (".cfi_startproc\n\t.cfi_endproc");

int main () { return 0; }

Teach MC / dwarf emission to handle these cfi directives which essentially
create an empty frame.

rdar://10017184


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138504 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-24 22:31:37 +00:00
..
ARM Update tests for 138501. 2011-08-24 22:30:18 +00:00
AsmParser Fix AsmParser binary precedence for shift operators. 2011-08-20 16:24:13 +00:00
COFF Add the suffix to the Win64 EH data sections' names if given. Add a test for 2011-05-27 21:38:47 +00:00
Disassembler Port over more encoding tests to decoding tests. 2011-08-24 17:08:34 +00:00
ELF Fix the bitwidth of the remaining fields. 2011-08-04 17:00:11 +00:00
MachO Some autoconf tests use module level inline asm to test compiler's handling of 2011-08-24 22:31:37 +00:00
MBlaze Teach the MBlaze asm parser how to parse special purpose register names. 2010-12-20 20:43:24 +00:00
X86 Re-write part of VEX encoding logic, to be more easy to read! Also fix 2011-08-19 22:27:29 +00:00