Sam Clegg | e1694f9 | 2017-12-07 02:55:51 +0000 | [diff] [blame] | 1 | ; 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 | |||||
6 | define hidden void @call_indirect() section "some_section_name" { | ||||
7 | entry: | ||||
8 | ret void | ||||
9 | } |