| commit | e9591b33e29cf72c6b3bab60d9625c706dc00d87 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Wed Apr 23 18:22:11 2014 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Wed Apr 23 18:22:11 2014 +0000 |
| tree | 053e4de4a440918a73c19438ddf9259189d53bb3 | |
| parent | 5b21db89d04f6b0923e333b55f8c500e968243f7 [diff] |
MS ABI: Use a different guard variable for each weak global We were using the same guard variable and failing to initialize the second global. Clang is still not MS ABI compatible in this area. Fixing that is PR16959, which will require LLVM changes to @llvm.global_ctors. llvm-svn: 207008