This is an archive of the discontinued LLVM Phabricator instance.

OpenMP Validation Suite for testing LLVM OpenMP Implementation, Patch 2 of 2
Needs ReviewPublic

Authored by schandra on Feb 13 2015, 9:08 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

The goal is for LLVM to use OpenMP test suite (created by University of Houston and University of Stuttgart) as a basis for testing the LLVM OpenMP implementation.
Changes under llvm/openmp/runtime

Diff Detail

Repository
rL LLVM

Event Timeline

schandra updated this revision to Diff 19959.Feb 13 2015, 9:08 PM
schandra retitled this revision from to OpenMP Validation Suite for testing LLVM OpenMP Implementation, Patch 2 of 2.
schandra updated this object.
schandra edited the test plan for this revision. (Show Details)
schandra set the repository for this revision to rL LLVM.
schandra added a subscriber: Unknown Object (MLST).
schandra added a subscriber: Unknown Object (MLST).Feb 15 2015, 6:40 PM
jlpeyton added inline comments.
Makefile
55

Is this supposed to be a standard target like test? I'm just curious.

tools/check-openmp-test.pl
17

Minor change: Use $target_platform instead of amalgamation of $target_os and $target_arch.

tools/check-openmp.pl
17

Minor change: Use $target_platform instead of amalgamation of $target_os and $target_arch.