9 lines · plain
1; RUN: llc -mtriple=xtensa -filetype=asm %s -o - | FileCheck %s2; RUN: llc -mtriple=xtensa -filetype=obj %s -o - | llvm-objdump --arch=xtensa -d - | FileCheck %s --check-prefix=DUMP3 4; CHECK: .text5; DUMP: file format elf32-xtensa6define void @f() {7 ret void8}9