[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
Wed May 1 12:47:28 PDT 2019
eugenis added a comment.
In D61337#1486551 <https://reviews.llvm.org/D61337#1486551>, @winksaville wrote:
> @eugenis, which of the following conditions have tests?
>
> HWASAN_WITH_INTERCEPTORS=OFF, SANITIZER_ANDROID=OFF
This configuration does not exist.
> HWASAN_WITH_INTERCEPTORS=OFF, SANITIZER_ANDROID=ON
This needs custom-built android to test. We've got some integration tests downstream.
Now that I think of it, the upstream test harness could provide something to emulate that on stock Android, but that would still be quite far from the real thing.
> HWASAN_WITH_INTERCEPTORS=ON, SANITIZER_ANDROID=OFF
This is check-hwasan on x86_64-linux.
> HWASAN_WITH_INTERCEPTORS=ON, SANITIZER_ANDROID=ON
This is check-hwasan on aarch64-linux-android.
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