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
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| 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. | |
Is this supposed to be a standard target like test? I'm just curious.