[CodeGen] Do not run initializers for imported variables
The export side is responsible for running any initializers, they are run when the module is first loaded. Attempting to run an initializer for the import side is not possible. This fixes PR28216. llvm-svn: 273237
Loading
Please sign in to comment