summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/Inputs/import-attributes.ll
blob: 27ee2774f2210ff8a212cb9062fcc269d984189b (plain)
1
2
3
4
5
6
7
8
9
10
target triple = "wasm32-unknown-unknown"

define void @call_foo() {
  call void @foo();
  ret void
}

declare void @foo() #0

attributes #0 = { "wasm-import-module"="baz" }
OpenPOWER on IntegriCloud