
9 Mar
2016
9 Mar
'16
2:41 a.m.
Erik de Castro Lopo wrote:
I even tied adding `-icompiler/llvmGen` to the above command line (from hell) before I noticed that it was already present.
Well I have a solution, I modified the module export list as follows: -module LlvmCodeGen ( llvmCodeGen, llvmFixupAsm ) where +module LlvmCodeGen ( llvmFixupAsm, module LlvmCodeGen ) where which gives me access to all top level functions in that module. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/