summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/writeonly-with-refs.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ThinLTO] Fix bug when importing writeonly variablesevgeny2019-11-081-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
OpenPOWER on IntegriCloud