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
 {


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
 {
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to