New expression in ToElemVisitor

Jacob Carlborg doob at me.com
Mon Aug 20 07:52:31 UTC 2018


I'm adding support for a new expression to `ToElemVisitor`. It 
seems like I need to create a `DValue`, which seems to require a 
`llvm::Global` and a D type. I have the `llvm::Global` but not 
the D type. The global is created by the compiler. Any 
ideas/hints?

--
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list