[compiler-rt] [scudo] limit VMA size for riscv64 for DefaultConfig (PR #76013)

Christopher Ferris via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 24 19:21:50 PDT 2024


cferris1000 wrote:

For this kind of thing, you should create your own config using the custom_scudo_config.h and defining SCUDO_USE_CUSTOM_CONFIG.

We are trying to move away from having these configs be arch specific. Also, not all riscv cpus will have the small address space that needs this change, which is why this should be in a custom config.

https://github.com/llvm/llvm-project/pull/76013


More information about the llvm-commits mailing list