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
|
Is this really supposed to be part of this fix? NetBSD buildbot got broken between r354552..r354559 (http://lab.llvm.org:8011/builders/lldb-amd64-ninja-netbsd8/builds/19082) and this looks like the only change in openmp in that batch.