| commit | a97f32986913c07cac9c49b0b6b755b7190812b1 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Tue Apr 12 01:46:54 2011 +0000 |
| committer | John McCall <rjmccall@apple.com> | Tue Apr 12 01:46:54 2011 +0000 |
| tree | b186fabf5c2070c3ece88e6c820f55895b510e40 | |
| parent | b4744a3f4d9bffebc671201b6c133f7464fb1c8e [diff] |
Template static data members can have weak_odr linkage, not just weak linkage. Also, fix a problem where global weak variables with non-trivial initializers were getting guard variables, or at least were checking for them and then crashing. llvm-svn: 129342