[flang-commits] [flang] 46446e3 - [flang][driver] Add missing `! REQUIRES` LIT directive

Andrzej Warzynski via flang-commits flang-commits at lists.llvm.org
Wed Jun 16 14:03:01 PDT 2021


Author: Andrzej Warzynski
Date: 2021-06-16T21:00:13Z
New Revision: 46446e398b5202303280d9e18676c07529f1d0b0

URL: https://github.com/llvm/llvm-project/commit/46446e398b5202303280d9e18676c07529f1d0b0
DIFF: https://github.com/llvm/llvm-project/commit/46446e398b5202303280d9e18676c07529f1d0b0.diff

LOG: [flang][driver] Add missing `! REQUIRES` LIT directive

The test added in https://reviews.llvm.org/D104305 will only work with
the new driver and should be marked as such.

Sending this without a review as it's fairly straightforward and fixes
test failures for developers that don't want to build the new driver.

Added: 
    

Modified: 
    flang/test/Driver/dump-all.f90

Removed: 
    


################################################################################
diff  --git a/flang/test/Driver/dump-all.f90 b/flang/test/Driver/dump-all.f90
index 92c62be0222b3..3a957664b847a 100644
--- a/flang/test/Driver/dump-all.f90
+++ b/flang/test/Driver/dump-all.f90
@@ -1,3 +1,5 @@
+! REQUIRES: new-flang-driver
+
 !----------
 ! RUN lines
 !----------


        


More information about the flang-commits mailing list