[llvm-branch-commits] [llvm] IR: Introduce !elf_section_properties for setting section properties. (PR #149260)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 27 10:12:44 PST 2026


================
@@ -0,0 +1,12 @@
+; RUN: not llvm-as < %s -o /dev/null 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/149260


More information about the llvm-branch-commits mailing list