[flang-commits] [flang] 7391ad3 - [Flang][OpenMP] Move the host-ir-flag test to the Driver directory (#70441)
via flang-commits
flang-commits at lists.llvm.org
Fri Oct 27 05:48:46 PDT 2023
Author: Kiran Chandramohan
Date: 2023-10-27T13:48:41+01:00
New Revision: 7391ad38d6cb67ac9364c19c0ba1f4e16f3d71e0
URL: https://github.com/llvm/llvm-project/commit/7391ad38d6cb67ac9364c19c0ba1f4e16f3d71e0
DIFF: https://github.com/llvm/llvm-project/commit/7391ad38d6cb67ac9364c19c0ba1f4e16f3d71e0.diff
LOG: [Flang][OpenMP] Move the host-ir-flag test to the Driver directory (#70441)
Moving since this is almost an end to end test and covers multiple
stages.
Added:
flang/test/Driver/OpenMP/host-ir-flag.f90
Modified:
Removed:
flang/test/Lower/OpenMP/FIR/host-ir-flag.f90
################################################################################
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