summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/Inputs/alias.ll')
-rw-r--r--llvm/test/Linker/Inputs/alias.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Linker/Inputs/alias.ll b/llvm/test/Linker/Inputs/alias.ll
new file mode 100644
index 00000000000..b869cae71e3
--- /dev/null
+++ b/llvm/test/Linker/Inputs/alias.ll
@@ -0,0 +1,3 @@
+@zed = global i32 42
+@foo = alias i32* @zed
+@foo2 = alias i16, i32* @zed
OpenPOWER on IntegriCloud