Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ThinLTO] Fix bug when importing writeonly variables | evgeny | 2019-11-08 | 1 | -0/+17 |
Patch enables import of write-only variables with non-trivial initializers to fix linker errors. Initializers of imported variables are converted to 'zeroinitializer' to avoid promotion of referenced objects. Differential revision: https://reviews.llvm.org/D70006 |