repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
BPF
/
elf-symbol-information.ll
blob
5e400dab32e016a8af118b486d70985f4e092fd9
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
}