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