[clang] [llvm] [LLVM][Clang][AArch64] Implement AArch64 build attributes (PR #118771)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 05:21:59 PST 2025


================
@@ -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


More information about the llvm-commits mailing list