[flang-commits] [clang] [flang] [Flang][Driver] Add -print-resource-dir command line flag to emit Flang's resource directory (PR #90886)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Fri May 3 00:07:10 PDT 2024
================
@@ -0,0 +1,3 @@
+! RUN: %flang -print-resource-dir -resource-dir=%S/Inputs/resource_dir \
+! RUN: | FileCheck -check-prefix=PRINT-RESOURCE-DIR -DFILE=%S/Inputs/resource_dir %s
+! PRINT-RESOURCE-DIR: [[FILE]]
----------------
banach-space wrote:
I have a suspicion that this would also print clang-specific stuff?
https://github.com/llvm/llvm-project/pull/90886
More information about the flang-commits
mailing list