summaryrefslogtreecommitdiff
path: root/test/wasm/Inputs/custom.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/Inputs/custom.ll')
-rw-r--r--test/wasm/Inputs/custom.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/wasm/Inputs/custom.ll b/test/wasm/Inputs/custom.ll
new file mode 100644
index 0000000000000..30b4ef00bc4c6
--- /dev/null
+++ b/test/wasm/Inputs/custom.ll
@@ -0,0 +1,6 @@
+target triple = "wasm32-unknown-unknown"
+
+!0 = !{ !"red", !"foo" }
+!1 = !{ !"green", !"bar" }
+!2 = !{ !"green", !"qux" }
+!wasm.custom_sections = !{ !0, !1, !2 }