mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +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