Add support for 'weak' linkage.
authorChris Lattner <sabre@nondot.org>
Thu, 16 Oct 2003 18:28:50 +0000 (18:28 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Oct 2003 18:28:50 +0000 (18:28 +0000)
commit6b25242a4ba80e8c3a8a2664eefeba9c69814012
tree468303cb62487b68d1fc360524994071fd1f5722
parent9eb52a5c2913ebb105463e2fe7500664902a4468
Add support for 'weak' linkage.

For now, we translate linkonce into weak linkage in the bytecode format because
we don't have enough bits to represent it.  We will rev the bytecode version
soon anyways, so this will be fixed in the near future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9170 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Writer/Writer.cpp