Allow an extra bit for CommonLinkage.
authorDale Johannesen <dalej@apple.com>
Thu, 15 May 2008 20:49:28 +0000 (20:49 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 15 May 2008 20:49:28 +0000 (20:49 +0000)
commit6667646a568295f4cae79cf0aa32547c8558188f
tree7a3783b30712e832f0d2c4b8985e6d4db7d2785e
parentb434513a20c2df00b8c1cceb4858786fc9baad9e
Allow an extra bit for CommonLinkage.

This changes the .bc file format, but if I understand
how it works correctly, old .bc files continue to
be readable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51161 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bitcode/Writer/BitcodeWriter.cpp