mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Mark functions and types with the appropriate visibility. This is particularly useful for environments which explicitly indicate origin of functions (Windows). This aids in generating libc++abi as a DSO which exposes only the public interfaces. llvm-svn: 254691