repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
BPF
/
elf-symbol-information.ll
blob
37af7eddea5101d7c2ecc47200b39e690dfa09ee
1
; 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
5
define void @test_func() {
6
entry:
7
ret void
8
}