TYnptr in LLVM?

Jacob Carlborg doob at me.com
Mon Jul 16 06:38:01 UTC 2018


The TYnptr type in DMD [1], what is the corresponding type, in 
LLVM? I'm referring to a instance of `llvm::Type` [2] that can be 
used in global variable, `llvm::GlobalVarible`.

[1] 
https://github.com/dlang/dmd/blob/master/src/dmd/backend/ty.d#L66
[2] http://llvm.org/doxygen/classllvm_1_1Type.html

--
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list