]> granicus.if.org Git - clang/commit
A global without initializer must be emitted as weak.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 19 Feb 2008 00:04:15 +0000 (00:04 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 19 Feb 2008 00:04:15 +0000 (00:04 +0000)
commit95050fa665c51a29249725101a476de685f43a11
tree2271f00ba0da7b3769e7d74648641a65a1e238b7
parent39b4c6c98d391b25c376782cf92346aa88c96f7e
A global without initializer must be emitted as weak.
Fix Olden/bh test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47292 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CodeGenModule.cpp
test/CodeGen/weak-global.c [new file with mode: 0644]