[compiler-rt] 7acb68b - [NFC] Fixup for comment

Julian Lettner via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 15:35:19 PST 2022


Author: Julian Lettner
Date: 2022-01-11T15:35:15-08:00
New Revision: 7acb68b80be637e2364902aa79933d6966de822c

URL: https://github.com/llvm/llvm-project/commit/7acb68b80be637e2364902aa79933d6966de822c
DIFF: https://github.com/llvm/llvm-project/commit/7acb68b80be637e2364902aa79933d6966de822c.diff

LOG: [NFC] Fixup for comment

Added: 
    

Modified: 
    compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp b/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp
index d133dcb1a4eb..9f006ab09833 100644
--- a/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp
+++ b/compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp
@@ -20,7 +20,6 @@
 // These tests are currently crashing on ppc64:
 // https://reviews.llvm.org/D110546#3025422
 // due to the way we create thread contexts
-// (but they crashed on Mac with normal pthread_create as well).
 // There must be some 
diff erence in thread initialization
 // between normal execution and unit tests.
 #  define TRACE_TEST(SUITE, NAME) TEST(SUITE, DISABLED_##NAME)


        


More information about the llvm-commits mailing list