summaryrefslogtreecommitdiffstats
path: root/libcxx/CREDITS.TXT
diff options
context:
space:
mode:
authorDavid Chisnall <csdavec@swan.ac.uk>2011-09-21 08:39:44 +0000
committerDavid Chisnall <csdavec@swan.ac.uk>2011-09-21 08:39:44 +0000
commit89728139cbf9a73815aa3720d3bc0b740f1be197 (patch)
treeaf1acce734e24bb04b66e16e501a558df95ace8d /libcxx/CREDITS.TXT
parent30909031a7f766a758b991891bc1678e7da82777 (diff)
downloadbcm5719-llvm-89728139cbf9a73815aa3720d3bc0b740f1be197.tar.gz
bcm5719-llvm-89728139cbf9a73815aa3720d3bc0b740f1be197.zip
Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.
libc++ now mostly works on FreeBSD with libcxxrt and this patch applied to the base system: http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20110920/e666632c/xlocale-0001.obj Summary of tests on FreeBSD: **************************************************** Results for /root/libcxx/test: using FreeBSD clang version 3.0 (trunk 135360) 20110717 Target: x86_64-unknown-freebsd9.0 Thread model: posix with -std=c++0x -stdlib=libc++ -I/root/libcxx/include -L/root/libcxx/build/lib ---------------------------------------------------- sections without tests : 1 sections with failures : 48 sections without failures: 1015 + ---- total number of sections : 1064 ---------------------------------------------------- number of tests failed : 145 number of tests passed : 4179 + ---- total number of tests : 4324 **************************************************** (Many due to this clang version not supporting C++ atomics) More fixes to follow... llvm-svn: 140245
Diffstat (limited to 'libcxx/CREDITS.TXT')
-rw-r--r--libcxx/CREDITS.TXT3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/CREDITS.TXT b/libcxx/CREDITS.TXT
index c64773902cf..619968c42d2 100644
--- a/libcxx/CREDITS.TXT
+++ b/libcxx/CREDITS.TXT
@@ -21,3 +21,6 @@ N: Bjorn Reese
E: breese@users.sourceforge.net
D: Initial regex prototype
+N: David Chisnall
+E: theraven at theravensnest dot org
+D: FreeBSD port and libcxxrt support.
OpenPOWER on IntegriCloud