[clang] [flang] [flang][cuda][driver] Make sure flang does not switch to cc1 (PR #104613)
Andrzej WarzyĆski via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 16 09:50:48 PDT 2024
================
@@ -12,4 +13,8 @@ program main
! CHECK: INTEGER :: var = 1
! CHECK: INTEGER, DEVICE :: dvar
-! ERROR: cuda-option.f90:8:19: error: expected end of statement
+! ERROR: cuda-option.f90:{{.*}}:{{.*}}: error: expected end of statement
+
+! The whole pipeline is not in place yet. It will currently fails at MLIR
----------------
banach-space wrote:
```suggestion
! The whole pipeline is not in place yet. It will currently fail at MLIR
```
nit :)
https://github.com/llvm/llvm-project/pull/104613
More information about the cfe-commits
mailing list