bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-diff/anon-func.ll

9 lines
168 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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
}