summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-10-14 19:24:23 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-10-14 19:24:23 +0000
commit3daef8dce26bdd46f40333a22b6189ebe17ff877 (patch)
tree526e322fbb18eadbb10f9393c318b39273634b88 /libcxx/lib
parent10e4a48a2666d48f9acf8ed6494a863463c90183 (diff)
downloadbcm5719-llvm-3daef8dce26bdd46f40333a22b6189ebe17ff877.tar.gz
bcm5719-llvm-3daef8dce26bdd46f40333a22b6189ebe17ff877.zip
Convert __thread_local_data to the singleton pattern and change export files...
llvm-svn: 116501
Diffstat (limited to 'libcxx/lib')
-rw-r--r--libcxx/lib/i386.exp2
-rw-r--r--libcxx/lib/x86_64.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/lib/i386.exp b/libcxx/lib/i386.exp
index cc0d8218758..321b474ee0b 100644
--- a/libcxx/lib/i386.exp
+++ b/libcxx/lib/i386.exp
@@ -2455,4 +2455,4 @@ __ZNSt3__17codecvtIDic11__mbstate_tE2idE
__ZNSt3__18numpunctIcE2idE
__ZNSt3__18numpunctIwE2idE
__ZNSt3__113allocator_argE
-__ZNSt3__119__thread_local_dataE
+__ZNSt3__119__thread_local_dataEv \ No newline at end of file
diff --git a/libcxx/lib/x86_64.exp b/libcxx/lib/x86_64.exp
index bfcd17339be..a48cb1c3813 100644
--- a/libcxx/lib/x86_64.exp
+++ b/libcxx/lib/x86_64.exp
@@ -2455,4 +2455,4 @@ __ZNSt3__17codecvtIDic11__mbstate_tE2idE
__ZNSt3__18numpunctIcE2idE
__ZNSt3__18numpunctIwE2idE
__ZNSt3__113allocator_argE
-__ZNSt3__119__thread_local_dataE
+__ZNSt3__119__thread_local_dataEv
OpenPOWER on IntegriCloud