commit | 9b8ef6e55a584be3abd0544ef1bcb882093170df | [log] [tgz] |
---|---|---|
author | Shoaib Meenai <[email protected]> | Mon Aug 07 19:59:58 2017 |
committer | Shoaib Meenai <[email protected]> | Mon Aug 07 19:59:58 2017 |
tree | 1a5a343b3481f941d8f86b29e8d65f83382b573d | |
parent | c675290680d7be4408142c8d74e37e974eef35f2 [diff] |
[libc++] Don't hardcode namespace in manual mangling libc++'s inline namespace can change depending on the ABI version. Instead of hardcoding __1 in the manual Microsoft ABI manglings for the iostream globals, stringify _LIBCPP_NAMESPACE and use that instead, to work across all ABI versions. llvm-svn: 310290