compiler-rt/
* cmake/config-ix.cmake: New options for RISCV64. * test/asan/CMakeLists.txt: Ditto.
Up till now, only UndefinedBehaviorSanitizer(UBSan) is functionally supported for RISC-V on LLVM. With ASan enabled in this patch, AddressSanitizer(ASan) and KernelAddressSANitizer(KASAN) will be both supported with -DLLVM_DEFAULT_TARGET_TRIPLE="riscv64-unknown-linux-gnu" added when running 'cmake'.