blob: 37af7eddea5101d7c2ecc47200b39e690dfa09ee [file] [log] [blame]
Yonghong Song55b91562018-09-22 17:31:01 +00001; RUN: llc -march=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}