Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In case of an existing GlobalVariable, the comdat is created using the name ↵ | Yaron Keren | 2015-07-29 | 1 | -0/+25 |
of the new GV (usually NAME.1) instead of the correct NAME of the old GV. Moving comdat creation after GV replacement solves this. Patch + testcase. Reviewed by Reid Kleckner. http://reviews.llvm.org/D11594 llvm-svn: 243525 |