From 3daef8dce26bdd46f40333a22b6189ebe17ff877 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Thu, 14 Oct 2010 19:24:23 +0000 Subject: [PATCH] Convert __thread_local_data to the singleton pattern and change export files... llvm-svn: 116501 --- libcxx/lib/i386.exp | 2 +- libcxx/lib/x86_64.exp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/lib/i386.exp b/libcxx/lib/i386.exp index cc0d82187586..321b474ee0b9 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 bfcd17339beb..a48cb1c38135 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