php-llvm icon indicating copy to clipboard operation
php-llvm copied to clipboard

A "lightweight" wrapper around LLVM-C in native PHP

Results 1 php-llvm issues
Sort by recently updated
recently updated
newest added

In macos, the dynamic library name is 'libLLVM.dylib' and it's not ELF format. FFiMe only support ELF format so I can't generate the ffi code. I use the llvm7.php and...