[all-commits] [llvm/llvm-project] c38dbf: [Flang] Add new Integration tests directory to Fla...

Akash Banerjee via All-commits all-commits at lists.llvm.org
Fri Nov 24 08:02:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c38dbfd3bec92f30c9a2f5b1e784dcd800f88dcd
      https://github.com/llvm/llvm-project/commit/c38dbfd3bec92f30c9a2f5b1e784dcd800f88dcd
  Author: Akash Banerjee <akash.banerjee at amd.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

  Changed paths:
    R flang/test/Driver/OpenMP/host-ir-flag.f90
    R flang/test/Driver/OpenMP/map-types-and-sizes.f90
    A flang/test/Integration/OpenMP/host-ir-flag.f90
    A flang/test/Integration/OpenMP/map-types-and-sizes.f90
    A flang/test/Integration/OpenMP/target-filtering.f90
    A flang/test/Integration/README.md

  Log Message:
  -----------
  [Flang] Add new Integration tests directory to Flang (#73141)

As per the RFC:
[https://discourse.llvm.org/t/rfc-flang-new-directory-for-adding-end-to-end-tests-for-lowering-to-llvm-ir-in-flang/74872/11](https://discourse.llvm.org/t/rfc-flang-new-directory-for-adding-end-to-end-tests-for-lowering-to-llvm-ir-in-flang/74872/11),
this patch adds a new Integration test directory for OpenMP-
`flang/test/Integration/OpenMP` and moves the existing OpenMP
integration tests from `flang/test/Driver/OpenMP` to this directory.

**This directory can be used to add Integration tests involving multiple
stages of the compiler (for eg. from Fortran to LLVM IR). It should not
contain executable tests. We should only add tests here sparingly and
only if there is no other way to test. Repeat this message in each test
that is added to this directory and sub-directories.**




More information about the All-commits mailing list