Peter Tolsma

Results 4 comments of Peter Tolsma

For anyone wanting to remedy this with `LLVMAddSymbol`, it's not super involved. I created a file to put all the 'library' functions in and defined a static cstr name for...

This seems like a bug with the C API to me. The FenceInst constructor sets its type to void [here](https://github.com/llvm/llvm-project/blob/c703f852c9dc7ec92b061889f86b531253f86d70/llvm/lib/IR/Instructions.cpp#L1689) ``` FenceInst::FenceInst( ... ) : Instruction(Type::getVoidTy(C), ...) { ... }...

Hey @calda , our designers like to use time remapping, so this is something I'd be interested in getting support for and would be willing to work on if feasible....

Thanks for the informative reply Cal, it's very helpful 😄 Going to do a more thorough reading of Lottie's CA rendering code this weekend. > This requires taking the inverse...