This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][Tests] Fix compiler warnings in OpenMP tests
ClosedPublic

Authored by protze.joachim on Nov 11 2020, 9:50 AM.

Details

Summary

This patch allows to pass the OpenMP runtime tests after configuring with cmake . -DOPENMP_TEST_FLAGS:STRING="-Werror".
The warnings for OMPT tests are addressed in D90752.

Diff Detail

Event Timeline

protze.joachim created this revision.Nov 11 2020, 9:50 AM
protze.joachim requested review of this revision.Nov 11 2020, 9:50 AM
protze.joachim set the repository for this revision to rG LLVM Github Monorepo.
protze.joachim added a project: Restricted Project.
protze.joachim added a subscriber: openmp-commits.
jdoerfert accepted this revision.Nov 11 2020, 9:58 AM

LGTM thx!

This revision is now accepted and ready to land.Nov 11 2020, 9:58 AM