Message 238274 - Python tracker
Message238274
| Author | vstinner |
|---|---|
| Recipients | SamB, dmalcolm, loewis, pitrou, tromey, twouters, vstinner |
| Date | 2015-03-17.10:22:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1426587757.77.0.196167810218.issue11410@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
+#if defined(__GNUC__) && __GNUC__ >= 4
+# define HAVE_ATTRIBUTE_VISIBILITY
+#endif
Clang now also supports __attribute__((visibility("..."))). I don't know since which version.
I'm not sure because I don't see it:
http://clang.llvm.org/docs/AttributeReference.html
I see it there:
http://llvm.org/docs/LangRef.html#visibility-styles |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-17 10:22:37 | vstinner | set | recipients: + vstinner, loewis, twouters, pitrou, dmalcolm, SamB, tromey |
| 2015-03-17 10:22:37 | vstinner | set | messageid: <1426587757.77.0.196167810218.issue11410@psf.upfronthosting.co.za> |
| 2015-03-17 10:22:37 | vstinner | link | issue11410 messages |
| 2015-03-17 10:22:37 | vstinner | create | |