15 lines · plain
1// RUN: llvm-mc -triple i386-apple-darwin9 %s -filetype=obj -o - | llvm-nm - | FileCheck %s2 3// test that we don't produce foo.eh symbols in a debug_frame section.4// CHECK-NOT: _f.eh5// CHECK: T _f6// CHECK-NOT: _f.eh7 8 .globl _f9_f:10 .cfi_startproc11 retl12 .cfi_endproc13 14 .cfi_sections .debug_frame15