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
inNative should be able to fully support ARM without too much trouble, and an experimental ARM syscall is already implemented. However, the project has no real way of selecting different architectures at the moment. Either a way to compile LLVM with the appropriate architectures must be implemented, or a proper CMake file needs to be created for the entire project that can set the appropriate variables.
The text was updated successfully, but these errors were encountered:
inNative should be able to fully support ARM without too much trouble, and an experimental ARM syscall is already implemented. However, the project has no real way of selecting different architectures at the moment. Either a way to compile LLVM with the appropriate architectures must be implemented, or a proper CMake file needs to be created for the entire project that can set the appropriate variables.
The text was updated successfully, but these errors were encountered: