"compiler-rt/lib/sanitizer_common/sanitizer_common.cpp" did not exist on "89e85d17173bde73e5cd52dcaac80939ebbe2738"
Disable resize_tls_dynamic test for HWASan
The test is not applicable because HWASan does not intercept __tls_get_addr. This is pre-emptive cleanup, to get ready for Kirill's patch to enable sanitizer common tests for HWASan (https://reviews.llvm.org/D147067). Note that there is an outstanding dynamic TLS bug for sanitizers - https://github.com/google/sanitizers/issues/1409 - but that isn't applicable here due to the lack of interception. Test: LIT_FILTER=resize_tls_dynamic ninja check-sanitizer Differential Revision: https://reviews.llvm.org/D147076
Loading
Please sign in to comment