bolt/deps/llvm-18.1.8/llvm/test/CodeGen/BPF/elf-symbol-information.ll
2025-02-14 19:21:04 +01:00

8 lines
252 B
LLVM

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