Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Do not use undefined-sanitizer on RISC-V
It seems some RISC-V systems don't support UBSan yet. Let's get rid of it in the default sanitizer list on RISC-V for now. LINK misc/demangler /usr/bin/ld: cannot find -lubsan: No such file or directory collect2: error: ld returned 1 exit status Signed-off-by: Namhyung Kim <[email protected]>
- Loading branch information