Files
llvm/test/tools/llvm-diff/anon-func.ll
T
Matt Arsenault 90ec44f78b llvm-diff: Fix crash on anonymous functions
Not sure what the correct behavior is for this.
Skip them and report how many there were.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342857 91177308-0d34-0410-b5e6-96231b3b80d8
2018-09-24 04:42:13 +00:00

9 lines
168 B
LLVM

; RUN: llvm-diff %s %s 2>&1 | FileCheck %s
; CHECK: not comparing 1 anonymous functions in the left module and 1 in the right module
define void @0() {
ret void
}