Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the logic to avoid double global emission from Sema to CodeGen | Reid Kleckner | 2015-04-15 | 1 | -0/+14 |
Reverts the code changes from r234675 but keeps the test case. We were already maintaining a DenseMap of globals with dynamic initializers anyway. Fixes the test case from PR23234. llvm-svn: 234961 |