Include some tests for the recently committed ELF section directive
[oota-llvm.git] / test / MC / AsmParser / ELF / directive_section_eh_frame.s
1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3         .eh_frame
4 # CHECK: .eh_frame
5         .eh_frame
6