| commit | 72d03bee6497a80e70ffbf43a6e28cd55bf3527b | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Wed Oct 15 16:38:00 2014 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Wed Oct 15 16:38:00 2014 +0000 |
| tree | 09fea6116d7e6dda7d48a943cbcf219e4d508aee | |
| parent | 8476abe288582a290f47a9808a32b82ea0dfb303 [diff] |
Don't use a global_ctors comdat for globals that aren't externally visible In particular, if you have two identical templates in different TUs in anonymous namespaces, we would use the same global_ctors comdat key for both. As a result, only one would be run. llvm-svn: 219806