summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/Inputs/explicit-section.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/Inputs/explicit-section.ll')
-rw-r--r--lld/test/wasm/Inputs/explicit-section.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/lld/test/wasm/Inputs/explicit-section.ll b/lld/test/wasm/Inputs/explicit-section.ll
new file mode 100644
index 00000000000..6d3e66a8450
--- /dev/null
+++ b/lld/test/wasm/Inputs/explicit-section.ll
@@ -0,0 +1,4 @@
+target triple = "wasm32-unknown-unknown"
+
+@var1 = global i32 42, section "mysection", align 4
+@var2 = global i32 43, section "mysection", align 4
OpenPOWER on IntegriCloud