[llvm] [win][arm64ec] Fix duplicate errors with the dontcall attribute (PR #152810)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 9 03:32:48 PDT 2025


================
@@ -0,0 +1,21 @@
+; RUN: not llc -mtriple arm64ec-windows-msvc -o - %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: not llc -mtriple=arm64ec-windows-msvc -filetype=null %s 2>&1 | FileCheck %s
```

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


More information about the llvm-commits mailing list