Saleem Abdulrasool
9731704cc7
runtime: replace LLVM_LIBRARY_VISIBILITY with SWIFT_LIBRARY_VISIBILITY (NFC)
...
This replaces `LLVM_LIBRARY_VISIBILITY` with `SWIFT_LIBRARY_VISIBILTIY`
througout the runtime. The purpose of this attribution is unclear -
building with `-fvisibility=hidden` would accomplish this. This is an
entirely mechanical change replacing the macro with the Swift namespaced
variant instead.
2020-05-06 08:30:17 -07:00
Joe Groff
5461b1b079
Don't hardcode metadata kind constants in tests.
2018-08-20 10:49:40 -07:00
Michael Gottesman
5648ef219d
[+0-all-args] Clean up remains of +1 convention from the runtime.
2018-07-06 23:10:12 -07:00
Michael Gottesman
5f3dfcfa36
[stdlibunittest] Update getMetadataKindOf for +0 parameters.
...
rdar://34222540
2018-01-23 16:04:34 -08:00
Greg Parker
58c9b45c78
[runtime] Clean up symbols in StdlibUnittest and the internal leak checker.
...
* Export fewer symbols.
* Prefix exported but not-public symbols with `_swift_`.
2017-10-24 13:13:43 -07:00
practicalswift
6d1ae2a39c
[gardening] 2016 → 2017
2017-01-06 16:41:22 +01:00
practicalswift
797b80765f
[gardening] Use the correct base URL ( https://swift.org ) in references to the Swift website
...
Remove all references to the old non-TLS enabled base URL (http://swift.org )
2016-11-20 17:36:03 +01:00
Dmitri Gribenko
2d2c76f6ec
stdlib: AnyHashable tests: finish tests for CF types
2016-07-28 01:35:58 -07:00