================
@@ -0,0 +1,62 @@
+// RUN: not llvm-mc -triple=aarch64 %s -o %t > %t.out 2>&1
----------------
sivan-shani wrote:

Since the first line
`not llvm-mc -triple=aarch64 %s -o %t > %t.out 2>&1`
Starts with a 'not' (since the command is expected to return an error and fail)
Having a second line which does not starts with 'not 'enables catching 
FIlecheck errors.

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

Reply via email to