From 9d4e87e52c1424bad660f7621fb0cf6d6aaad666 Mon Sep 17 00:00:00 2001
From: Richard Smith
Date: Fri, 13 Apr 2012 01:02:19 +0000
Subject: [PATCH] Now that we provide sufficient support for three C11/C++11
atomics implementations, mark the atomics-related parts of the C++11 status
page as done. I've not marked 'Strong Compare and Exchange' done, since
although we implement supporting builtins, we don't yet produce different
code for the weak and strong forms.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154644 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/cxx_status.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 439044af76..7c319ee42c 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -302,7 +302,7 @@ with clang; other versions have not been tested.
Atomic operations |
N2427 |
- No |
+ SVN |
Strong Compare and Exchange |
@@ -312,7 +312,7 @@ with clang; other versions have not been tested.
Bidirectional Fences |
N2752 |
- No |
+ SVN |
@@ -333,12 +333,12 @@ with clang; other versions have not been tested.
Abandoning a process and at_quick_exit |
N2440 |
- No |
+ N/A |
Allow atomics use in signal handlers |
N2547 |
- No |
+ SVN |
Thread-local storage |
--
2.50.1