9 lines · plain
1; RUN: llc -mtriple=bpfel -filetype=obj -o - %s | llvm-readelf --symbols - | FileCheck %s2 3; CHECK: 0 FILE LOCAL DEFAULT ABS elf-symbol-information.ll4; CHECK: 8 FUNC GLOBAL DEFAULT 2 test_func5define void @test_func() {6entry:7 ret void8}9