================ @@ -0,0 +1,62 @@ +// RUN: not llvm-mc -triple=aarch64 %s -o %t > %t.out 2>&1 ---------------- ostannard wrote:
The `not` only applies to the first command, so the `FileCheck` will run and report errors as normal. There are plenty of existing tests which do this, for example `test/MC/ARM/thumb1-relax-adr.s`. 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