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:
parent
77f8f7c5b7
commit
564a5d6b68
2 changed files with 9 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue