repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
WebAssembly
/
custom-code-section.ll
blob
16436b08ff2bfd98e2e0c63f641c634e940cecf7
1
; RUN: llc -O2 -filetype=obj %s -o %t.o
2
3
target triple = "wasm32-unknown-unknown"
4
5
; Wasm silently ignores custom sections for code.
6
; We had a bug where this cause a crash
7
8
define hidden void @call_indirect() section "some_section_name" {
9
entry:
10
ret void
11
}