Author: Louis Dionne
Date: 2023-11-22T14:09:22-05:00
New Revision: e0cbb421fc9ecab0077614bf053339dfb57d0012

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

LOG: Remove stray comments.

Added: 
    

Modified: 
    
libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.pass.cpp
    
libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.pass.cpp

Removed: 
    


################################################################################
diff  --git 
a/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.pass.cpp
 
b/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.pass.cpp
index b496f2f272c6ac8..23ad0c5c819dc8e 100644
--- 
a/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.pass.cpp
+++ 
b/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.pass.cpp
@@ -9,7 +9,6 @@
 // UNSUPPORTED: target={{.+}}-windows-gnu
 // XFAIL: LIBCXX-AIX-FIXME
 // ADDITIONAL_COMPILE_FLAGS(has-latomic): -latomic
-// Clang's support for atomic operations on long double is broken. See 
https://github.com/llvm/llvm-project/issues/72893
 // Hangs with msan.
 // UNSUPPORTED: msan
 

diff  --git 
a/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.pass.cpp
 
b/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.pass.cpp
index 299e300c897e56d..0676645fcfa1518 100644
--- 
a/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.pass.cpp
+++ 
b/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.pass.cpp
@@ -9,7 +9,6 @@
 // UNSUPPORTED: target={{.+}}-windows-gnu
 // XFAIL: LIBCXX-AIX-FIXME
 // ADDITIONAL_COMPILE_FLAGS(has-latomic): -latomic
-// Clang's support for atomic operations on long double is broken. See 
https://github.com/llvm/llvm-project/issues/72893
 // Hangs with msan.
 // UNSUPPORTED: msan
 


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to