commit | 845fe8a7087c68d8e88ac41229efa12c390d1491 | [log] [tgz] |
---|---|---|
author | Dean Michael Berris <[email protected]> | Mon May 14 03:55:12 2018 |
committer | Dean Michael Berris <[email protected]> | Mon May 14 03:55:12 2018 |
tree | b23924ba72d832e1cc4066029abb0bc21dd44069 | |
parent | a2a0e1f3535e8166aa36025389549cb000d92a78 [diff] |
[XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64 This should fix non-x86_64 builds where size_t != atomic_uint64_t::Type. Follow-up to D46574. llvm-svn: 332209