================
@@ -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
----------------
banach-space wrote:

[nit] If you only want to check the triple, then you could use LIT's 
`DEFINE`/`REDEFINE` here.

https://github.com/llvm/llvm-project/pull/72121
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to