[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git] / test / MC / MachO / eh_symbol.s
blob738e2b67d0defae2ed40c26e10ce0242fba990e8
1 // RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | llvm-nm - | FileCheck %s
3 // test that we don't produce foo.eh symbols in a debug_frame section.
4 // CHECK-NOT: _f.eh
5 // CHECK: T _f
6 // CHECK-NOT: _f.eh
8 .globl _f
9 _f:
10 .cfi_startproc
11 retl
12 .cfi_endproc
14 .cfi_sections .debug_frame