summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/gold/X86/Inputs/weak.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/gold/X86/Inputs/weak.ll')
-rw-r--r--llvm/test/tools/gold/X86/Inputs/weak.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/gold/X86/Inputs/weak.ll b/llvm/test/tools/gold/X86/Inputs/weak.ll
new file mode 100644
index 00000000000..53b1d1650d1
--- /dev/null
+++ b/llvm/test/tools/gold/X86/Inputs/weak.ll
@@ -0,0 +1,2 @@
+@a = weak global i32 41
+@c = global i32* @a
OpenPOWER on IntegriCloud