[compiler-rt] Fix compile error on ohos (PR #118193)
Peng Huang via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 30 21:14:43 PST 2024
phuang wrote:
> Thanks for the patch! Sanitizers have a `#if SANITIZER_MUSL` macro. Could you please try whether that works instead? It would fix the musl problem more generally than `!defined(__OHOS__)`.
>
> Adding @browneee (dfsan maintainer) since there are no reviewers added.
Done.
https://github.com/llvm/llvm-project/pull/118193
More information about the llvm-commits
mailing list