brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · 2b4b046 Raw
13 lines · plain
1# RUN: llvm-mc -filetype=obj -triple x86_64 %s | llvm-readelf -S - | FileCheck %s2 3# CHECK:      Section Headers:4# CHECK-NOT:  .eh_frame5# CHECK-NOT:  .debug_frame6 7.cfi_sections8 9## .cfi_startproc and .cfi_endproc are ignored.10.cfi_startproc11nop12.cfi_endproc13