From: Vitaly Buka Date: Wed, 2 Dec 2020 15:28:45 +0000 (-0800) Subject: [NFC][sanitizer] Fix test on 32bit platform X-Git-Tag: llvmorg-13-init~4594 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f3def16f6e563a16a0c17d1c251d47cd57a691a;p=platform%2Fupstream%2Fllvm.git [NFC][sanitizer] Fix test on 32bit platform --- diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp index 11c0e48..d126d79 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp @@ -53,6 +53,5 @@ extern "C" void StoreToTLS(char c) { // CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] {{[0-9]+}} // CHECK-NEXT: DTLS_NextBlock [[DTLS]] 0 -// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] 255 +// CHECK: DTLS_Find [[DTLS:0x[a-f0-9]+]] {{255|511}} // CHECK-NEXT: DTLS_NextBlock [[DTLS]] 1 -// CHECK-NOT: DTLS_NextBlock