brintos

brintos / llvm-project-archived public Read only

0
0
Text · 639 B · dd0f898 Raw
17 lines · plain
1# RUN: llvm-mc -triple x86_64-unknown-unknown %s --validate-cfi --filetype=null 2>&1 | FileCheck %s --allow-empty --implicit-check-not warning: --implicit-check-not error:2## TODO: `--allow-empty` should be erased and replaced with a simple check for the asm output when `--filetype=asm` is implemented for `--validate-cfi`.3# RUN: llvm-mc -triple x86_64-unknown-unknown %s --filetype=asm 2>&1 | FileCheck %s -check-prefix=ASSEMBLER --implicit-check-not warning: --implicit-check-not error:4# ASSEMBLER: .section5.pushsection A6f: 7.cfi_startproc8.pushsection B9g: 10.cfi_startproc11ret12.cfi_endproc13.popsection14ret15.cfi_endproc16.popsection17