1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00

[mono] Fix LLVM JIT build on arm64 host (#34332)

This commit is contained in:
Egor Bogatov 2020-04-01 11:25:08 +03:00 committed by GitHub
parent 77f8f7c5b7
commit 564a5d6b68
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -30,6 +30,11 @@ For both `build.sh` and `mono.sh`
`/p:MonoEnableLlvm=true` - Builds mono w/ LLVM
`/p:MonoEnableLlvm=true /p:MonoLLVMDir=path/to/llvm` - Builds mono w/ LLVM from a custom path
`/p:MonoEnableLlvm=true /p:MonoLLVMDir=path/to/llvm /p:MonoLLVMUseCxx11Abi=true` - Builds mono w/ LLVM
from a custom path (and that LLVM was built with C++11 ABI)
For `build.sh`
`/p:DisableCrossgen=true` - Skips building the installer if you don't need it (builds faster)