fp-setup-macho.s 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // RUN: llvm-mc -triple x86_64-apple-macho -filetype obj -o - %s | llvm-readobj --sections | FileCheck %s _label: .cfi_startproc .cfi_def_cfa_register rsp .cfi_endproc // CHECK: Section { // CHECK: Name: __eh_frame // CHECK: }