[llvm] [LLVM][Verifier] Move intrinsic signature verification to declarations (PR #204478)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 07:24:07 PDT 2026


================
@@ -1,4 +1,4 @@
-; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not llvm-as -disable-output < %s -o /dev/null 2>&1 | FileCheck %s
----------------
jurahul wrote:

Fixed

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


More information about the llvm-commits mailing list