[PATCH] D26940: [libc++] Remove unneeded visibility pragmas

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 23 08:21:19 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287768: [libc++] Remove unneeded visibility pragmas (authored by smeenai).

Changed prior to commit:
  https://reviews.llvm.org/D26940?vs=78792&id=79090#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26940

Files:
  libcxx/trunk/src/chrono.cpp


Index: libcxx/trunk/src/chrono.cpp
===================================================================
--- libcxx/trunk/src/chrono.cpp
+++ libcxx/trunk/src/chrono.cpp
@@ -90,8 +90,6 @@
 // MachInfo.numer / MachInfo.denom is often 1 on the latest equipment.  Specialize
 //   for that case as an optimization.
 
-#pragma GCC visibility push(hidden)
-
 static
 steady_clock::rep
 steady_simplified()
@@ -129,8 +127,6 @@
     return &steady_full;
 }
 
-#pragma GCC visibility pop
-
 steady_clock::time_point
 steady_clock::now() _NOEXCEPT
 {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26940.79090.patch
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161123/34ad6be6/attachment.bin>


More information about the cfe-commits mailing list