History log of /external/llvm/test/MC/MachO/debug_frame.s
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5fbe5e783ee0c5ae27c17490a752d7e603e84ed2 25-Aug-2011 Evan Cheng <evan.cheng@apple.com> 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
/external/llvm/test/MC/MachO/debug_frame.s
e3a0e987f3d4f07512cdb64b9034369f966cb448 10-May-2011 Rafael Espindola <rafael.espindola@gmail.com> On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131149 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/MC/MachO/debug_frame.s