================
@@ -0,0 +1,13 @@
+! RUN: not %flang -### -c --target=loongarch64-unknown-linux -mabi=lp64s %s 
2>&1 | FileCheck --check-prefix=INVALID1 %s
----------------
SixWeining wrote:

Usually `###` is the last option.
```suggestion
! RUN: not %flang -c --target=loongarch64-unknown-linux -mabi=lp64s %s ### 2>&1 
| FileCheck --check-prefix=INVALID1 %s
```

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

Reply via email to