[memprof] Fix rawprofile test on 32-bit architectures
authorMarco Elver <elver@google.com>
Wed, 7 Jun 2023 14:17:08 +0000 (16:17 +0200)
committerMarco Elver <elver@google.com>
Thu, 8 Jun 2023 11:03:08 +0000 (13:03 +0200)
commit84a64df3a0f6c2495cf0db420fcaf8f37dbad353
treed45155952fe8e0a6000979d385802ba23dd174d5
parent90653579c01700b7ba33ba29a02975ce6ef4881e
[memprof] Fix rawprofile test on 32-bit architectures

The first argument of StackTrace constructor is a pointer to uptr. Match
the type accordingly.

This fixes builds on 32-bit architectures.
compiler-rt/lib/memprof/tests/rawprofile.cpp