commit | d79842c2bf12565d3792b7deda74838553fd35c6 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <[email protected]> | Wed Aug 08 16:17:31 2012 |
committer | Howard Hinnant <[email protected]> | Wed Aug 08 16:17:31 2012 |
tree | 20e2b6277ef1fafaa7553c10661adc97b062043f | |
parent | 2c2b55f27f92793e8901f0f5cc70ff470236ccb4 [diff] |
Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. llvm-svn: 161497