ChaseLewis
Results
1
comments of
ChaseLewis
Hey inumanag I figured out how to solve this issue. ``` delgate double Unary(double); LLVMValueRef sin = LLVM.GetNamedFunction(visitor.Module, "sin"); LLVM.AddGlobalMapping(engine, sin, Marshal.GetFunctionPointerForDelegate(Math.Sin)); ``` You need to manually map the values,...