[PATCH] D61337: [hwasan] Fix HWASAN_WITH_INTERCEPTORS=OFF build on not-android.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 15:18:43 PDT 2019


eugenis added a comment.

In D61337#1487120 <https://reviews.llvm.org/D61337#1487120>, @winksaville wrote:

> >> @eugenis, which of the following conditions have tests?
> >> 
> >> HWASAN_WITH_INTERCEPTORS=OFF, SANITIZER_ANDROID=OFF
> > 
> > This configuration does not exist.
>
> Should this be an error and cause an "unsupported configuration"?


But we don't really know that, because a change that makes this configuration supported needs to be in libc or in platform build files, not in compiler-rt. I'd rather not block anyone from experimenting.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61337/new/

https://reviews.llvm.org/D61337





More information about the llvm-commits mailing list