[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / BPF / elf-symbol-information.ll
blob37af7eddea5101d7c2ecc47200b39e690dfa09ee
1 ; RUN: llc -march=bpfel -filetype=obj -o - %s | llvm-readelf --symbols | FileCheck %s
3 ; CHECK: 0 FILE    LOCAL  DEFAULT  ABS elf-symbol-information.ll
4 ; CHECK: 8 FUNC    GLOBAL DEFAULT    2 test_func
5 define void @test_func() {
6 entry:
7   ret void