Fix for the bug reported in:
https://bugs.llvm.org/show_bug.cgi?id=40531
The address is now casted the same way as in the runtime code.
Differential D58454
[OpenMP][OMPT] Fix locking testcases for 32 bit architectures protze.joachim on Feb 20 2019, 8:30 AM. Authored by
Details Fix for the bug reported in: The address is now casted the same way as in the runtime code.
Diff Detail Event Timeline
Comment Actions This broke the NetBSD buildbot: http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/19082
Comment Actions This should be fixed in rOMP354572. As a bot owner, could you please make sure that the bot lists the commits to openmp? Otherwise it's hard to detect broken bots without emails. Comment Actions If I had to bet, that's because lldb-amd64-ninja-netbsd8 declares itself to be an lldb builder: https://github.com/llvm/llvm-zorg/blob/master/buildbot/osuosl/master/config/builders.py#L976
|
I don't know this code at all obviously, but will this work with the PRIu64 conversion specifier? If ompt_wait_id_t is 32-bit on 32-bit platforms, this sounds like it wouldn't match?