[XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64
authorDean Michael Berris <dberris@google.com>
Mon, 14 May 2018 03:55:12 +0000 (03:55 +0000)
committerDean Michael Berris <dberris@google.com>
Mon, 14 May 2018 03:55:12 +0000 (03:55 +0000)
commit845fe8a7087c68d8e88ac41229efa12c390d1491
treeb23924ba72d832e1cc4066029abb0bc21dd44069
parenta2a0e1f3535e8166aa36025389549cb000d92a78
[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
compiler-rt/lib/xray/xray_fdr_logging.cc