[flang] [clang] [flang] Add depdendent-lib option to flang -fc1 on Windows (PR #72121)

David Truby via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 08:19:15 PST 2023


================
@@ -0,0 +1,7 @@
+
+! RUN: %flang_fc1 -emit-mlir -triple aarch64-pc-windows-msvc --dependent-lib=libtest %s -o - 2>&1 | FileCheck %s
+! RUN: %flang_fc1 -emit-mlir -triple x86_64-pc-windows-msvc --dependent-lib=libtest %s -o - 2>&1 | FileCheck %s
----------------
DavidTruby wrote:

I changed to use this but I'm not sure it's actually any clearer than just listing the run lines. Let me know what you think now that I've put it in 👍 

https://github.com/llvm/llvm-project/pull/72121


More information about the cfe-commits mailing list