[Flang] Add new Integration tests directory to Flang (#73141)
commitc38dbfd3bec92f30c9a2f5b1e784dcd800f88dcd
authorAkash Banerjee <akash.banerjee@amd.com>
Fri, 24 Nov 2023 16:02:39 +0000 (24 16:02 +0000)
committerGitHub <noreply@github.com>
Fri, 24 Nov 2023 16:02:39 +0000 (24 16:02 +0000)
treeb7834ea2e0f5667a682dbf50dd4a4129431d852e
parentee5749bf785b66adfd9b4edc4d3a676691f28599
[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.**
flang/test/Driver/OpenMP/host-ir-flag.f90 [deleted file]
flang/test/Integration/OpenMP/host-ir-flag.f90 [new file with mode: 0644]
flang/test/Integration/OpenMP/map-types-and-sizes.f90 [moved from flang/test/Driver/OpenMP/map-types-and-sizes.f90 with 78% similarity]
flang/test/Integration/OpenMP/target-filtering.f90 [new file with mode: 0644]
flang/test/Integration/README.md [new file with mode: 0644]