[llvm-branch-commits] [clang] [llvm] [llvm] Introduce callee_type metadata (PR #87573)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 21 14:07:12 PDT 2025


================
@@ -0,0 +1,30 @@
+;; Test if the callee_type metadata attached to indirect call sites adhere to the expected format.
+
+; RUN: not opt -passes=verify < %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/87573


More information about the llvm-branch-commits mailing list