This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget][test] add return 0 to map_back_race.cpp
AbandonedPublic

Authored by ronlieb on Mar 29 2022, 6:15 AM.

Details

Summary

sporadic failrues in amdgpu buildbot for the test map_back_race.cpp
seems to be missing return 0; in function main.

Diff Detail

Event Timeline

ronlieb created this revision.Mar 29 2022, 6:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2022, 6:15 AM
Herald added a subscriber: tpr. · View Herald Transcript
ronlieb requested review of this revision.Mar 29 2022, 6:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2022, 6:15 AM
This revision is now accepted and ready to land.Mar 29 2022, 6:42 AM

No objects, but this is pointless, IMHO.

https://reviews.llvm.org/D121058#3413874

ronlieb abandoned this revision.Mar 29 2022, 7:16 AM

having looked at the generated code for g++ and clang++ , i agree this does not and will not fix the underlying issue.
abandoning