]> granicus.if.org Git - llvm/commit
Fix use of uninitialized variable.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 11 Aug 2014 17:07:34 +0000 (17:07 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 11 Aug 2014 17:07:34 +0000 (17:07 +0000)
commit69ca26cc9732502b6c218aec9098174f87e75900
tree6aee431931a29f27c22dc59cc3425bf5619f6684
parentcb7da63124395e74219a245397f40140dcb524df
Fix use of uninitialized variable.

Fixes linking bitcode files that use the new style comdats for constructors
with ones that don't.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215364 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp
test/Linker/Inputs/constructor-comdat.ll [new file with mode: 0644]
test/Linker/constructor-comdat.ll [new file with mode: 0644]