[all-commits] [llvm/llvm-project] 5c5275: [Flang] Fix failing plugin tests

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Wed Sep 29 02:27:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c52753d9ff27c2d88f001f7fc37a8212f43a926
      https://github.com/llvm/llvm-project/commit/5c52753d9ff27c2d88f001f7fc37a8212f43a926
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    M flang/test/CMakeLists.txt
    M flang/test/Examples/omp-atomic.f90
    M flang/test/Examples/omp-declarative-directive.f90
    M flang/test/Examples/omp-device-constructs.f90

  Log Message:
  -----------
  [Flang] Fix failing plugin tests

The updated tests were originally added in
https://reviews.llvm.org/D109890 and are currently causing some
buildbots to fail.

This patch:
* adds missing items in the `REQUIRERS` list in tests
* adds `flangOmpReport` (the plugin library added in D109890) as a CMake
  dependency for tests (only when examples are enabled)

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




More information about the All-commits mailing list