[compiler-rt] 90e5b7b - [NFC] Fix comment in test

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 14:02:44 PST 2020


Author: Vitaly Buka
Date: 2020-11-04T14:02:28-08:00
New Revision: 90e5b7b8be016cf724522de0ac7cd9bac12eab02

URL: https://github.com/llvm/llvm-project/commit/90e5b7b8be016cf724522de0ac7cd9bac12eab02
DIFF: https://github.com/llvm/llvm-project/commit/90e5b7b8be016cf724522de0ac7cd9bac12eab02.diff

LOG: [NFC] Fix comment in test

Differential Revision: https://reviews.llvm.org/D90790

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Linux/use_tls_test.cpp

Removed: 
    


################################################################################
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


        


More information about the llvm-commits mailing list