[PATCH] D26949: [libc++abi] Clean up visibility

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 6 21:15:10 PST 2017


smeenai added inline comments.


================
Comment at: src/abort_message.cpp:25
 
-#pragma GCC visibility push(hidden)
-
----------------
EricWF wrote:
> Is this really redundant? There is an `#include <CrashReporterClient.h>` after it. Is this not going to affect those symbols?
That's a fair point. I think it's kinda unusual to wrap a header file this way (we don't do it for any other system headers, for example), and the header file in question appears to be Apple-internal, so I don't know if it's necessary. I can leave it in place for just the header file inclusion if you prefer, however.


https://reviews.llvm.org/D26949





More information about the cfe-commits mailing list