[flang-commits] [flang] [Flang][OpenMP] Move the host-ir-flag test to the Driver directory (PR #70441)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri Oct 27 04:20:26 PDT 2023


https://github.com/kiranchandramohan created https://github.com/llvm/llvm-project/pull/70441

Moving since this is almost an end to end test and covers multiple stages.

>From 8381a920ca720a9f99f6e02ea1d8d2de2adc35ce Mon Sep 17 00:00:00 2001
From: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: Fri, 27 Oct 2023 11:14:44 +0000
Subject: [PATCH] [Flang][OpenMP] Move the host-ir-flag test to the Driver
 directory

---
 flang/test/{Lower/OpenMP/FIR => Driver/OpenMP}/host-ir-flag.f90 | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename flang/test/{Lower/OpenMP/FIR => Driver/OpenMP}/host-ir-flag.f90 (100%)

diff --git a/flang/test/Lower/OpenMP/FIR/host-ir-flag.f90 b/flang/test/Driver/OpenMP/host-ir-flag.f90
similarity index 100%
rename from flang/test/Lower/OpenMP/FIR/host-ir-flag.f90
rename to flang/test/Driver/OpenMP/host-ir-flag.f90



More information about the flang-commits mailing list