blob: d528d426e5b2f1b18cbaf0de8a02c3d453cbbd57 [file] [log] [blame]
Sam Clegge1694f92017-12-07 02:55:51 +00001; RUN: llc -mtriple wasm32-unknown-unknown-wasm -O2 -filetype=obj %s -o %t.o
2
3; Wasm silently ignores custom sections for code.
4; We had a bug where this cause a crash
5
6define hidden void @call_indirect() section "some_section_name" {
7entry:
8 ret void
9}