================ @@ -0,0 +1,54 @@ +; RUN: split-file %s %t +; RUN: not llvm-as %t/bad-value-type.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=INVALID-SIG +; RUN: not llvm-as %t/bad-order-type.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=INVALID-SIG +; RUN: not llvm-as %t/bad-pointer-type.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=INVALID-SIG +; RUN: not llvm-as %t/bad-order-value.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=INVALID-ORDER +; RUN: not llvm-as %t/bad-policy-value.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=INVALID-POLICY +; RUN: not llvm-as %t/bad-size-value.ll -o /dev/null 2>&1 | FileCheck %s --check-prefix=INVALID-SIZE + +; INVALID-SIG: error: invalid intrinsic signature ---------------- kmclaughlin-arm wrote:
This isn't a diagnostic added by this PR, so I don't think it needs to included here. https://github.com/llvm/llvm-project/pull/181386 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
