summaryrefslogtreecommitdiff
path: root/test/Linker/testlink1.ll
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-12-15 17:34:37 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-12-15 17:34:37 +0000
commitc8782ad4ee4918b1f7a2499e1e122ccdafc5ddbe (patch)
treeca4a427ff40b636f35cf192fcff93016ceebc551 /test/Linker/testlink1.ll
parent34da72645a82e11bc7008bc567d63426ec4c5949 (diff)
downloadllvm-c8782ad4ee4918b1f7a2499e1e122ccdafc5ddbe.tar.gz
llvm-c8782ad4ee4918b1f7a2499e1e122ccdafc5ddbe.tar.bz2
llvm-c8782ad4ee4918b1f7a2499e1e122ccdafc5ddbe.tar.xz
extern_weak link test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/testlink1.ll')
-rw-r--r--test/Linker/testlink1.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Linker/testlink1.ll b/test/Linker/testlink1.ll
index 845d0fea35..91d983374d 100644
--- a/test/Linker/testlink1.ll
+++ b/test/Linker/testlink1.ll
@@ -6,6 +6,8 @@
%MyIntList = global { \2 *, int } { { \2, int }* null, int 17 }
external global int ; int*:0
+%Inte = global int 1
+
%AConst = linkonce constant int 123
%Intern1 = internal constant int 42