You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: right now running PHP with LLVM requires all the dependencies/subprocesses to be compiled with LLVM. Currently, when bash runs PHP (and bash is compiled with cranelift), the compilation fails (as is compiling PHP with Cranelift instead of LLVM).
This should not be required, we could run dependencies with other compilers, if artifacts are available
The text was updated successfully, but these errors were encountered:
Problem: right now running PHP with LLVM requires all the dependencies/subprocesses to be compiled with LLVM. Currently, when bash runs PHP (and bash is compiled with cranelift), the compilation fails (as is compiling PHP with Cranelift instead of LLVM).
This should not be required, we could run dependencies with other compilers, if artifacts are available
The text was updated successfully, but these errors were encountered: