Boris Carvajal
Boris Carvajal
llvm-config will look for the default LLVM installation, you can pass the --llvm-path to force linking to other version. The old behavior is still there if llvm-config method fails.
Thanks for this new great library, I tried the `tar` part with `zstd` and it worked without any effort. :+1: I notice that the delegate in `processTar` doesn't set `fileFinished`...
This needs to happen for a sane generic programming. Declaring `tupleof`, `stringof`, `min`, `max` and maybe others as members should also be deprecated in the future.
Since Lua 5.3, it should be support for 64-bit integers now that lua_Integer uses long long.