[all-commits] [llvm/llvm-project] 302058: [OpenMP][OMPT] Fix ifdefs for OMPT code

Joachim via All-commits all-commits at lists.llvm.org
Sun Jul 5 13:51:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 30205865d96aab4a39464674bafe7600fd1dabaa
      https://github.com/llvm/llvm-project/commit/30205865d96aab4a39464674bafe7600fd1dabaa
  Author: Joachim Protze <protze at itc.rwth-aachen.de>
  Date:   2020-07-05 (Sun, 05 Jul 2020)

  Changed paths:
    M openmp/runtime/src/kmp_taskdeps.cpp

  Log Message:
  -----------
  [OpenMP][OMPT] Fix ifdefs for OMPT code

Fixes build with LIBOMP_OMPT_SUPPORT=off

Reported by: Jason Edson

Reviewed by: Hahnfeld

Differential Revision: https://reviews.llvm.org/D83171


  Commit: 8289f2891e8691987b9ef9da248011798796ef45
      https://github.com/llvm/llvm-project/commit/8289f2891e8691987b9ef9da248011798796ef45
  Author: Joachim Protze <protze at itc.rwth-aachen.de>
  Date:   2020-07-05 (Sun, 05 Jul 2020)

  Changed paths:
    M openmp/runtime/test/tasking/omp_detach_taskwait.c
    M openmp/runtime/test/tasking/omp_task_red_taskloop.c
    M openmp/runtime/test/worksharing/for/bug_set_schedule_0.c
    M openmp/runtime/test/worksharing/for/omp_for_schedule_runtime.c
    M openmp/runtime/test/worksharing/for/omp_nonmonotonic_dynamic1.c

  Log Message:
  -----------
  [OpenMP][Tests] Flag compatibility of OpenMP runtime tests with GCC versions

If the compilation fails, the test is marked as unsupported.
-> This will never change for a specific version of gcc

If the linking fails, the test is marked as expected to fail.
-> This might change as LLVM/OpenMP implements the missing GOMP interface function

Reviewed by: Hahnfeld

Differential Revision: https://reviews.llvm.org/D83077


Compare: https://github.com/llvm/llvm-project/compare/6ba4380ed62c...8289f2891e86


More information about the All-commits mailing list