[llvm] IR: Add prefalign attribute for function definitions. (PR #155527)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 20 00:58:44 PST 2026


================
@@ -0,0 +1,6 @@
+; RUN: not llvm-as %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
```

https://github.com/llvm/llvm-project/pull/155527


More information about the llvm-commits mailing list