diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/use_tls_test.cpp b/compiler-rt/test/sanitizer_common/TestCases/Linux/use_tls_test.cpp index e69baa4095a6..202030e3aa5b 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/use_tls_test.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/use_tls_test.cpp @@ -1,4 +1,4 @@ -// Test that executable with ELF-TLS will link/run successfully on aarch64 +// Test that executable with ELF-TLS will link/run successfully // RUN: %clangxx -fno-emulated-tls %s -o %t // RUN: %run %t 2>&1 // REQUIRES: android-28