bolt/deps/llvm-18.1.8/llvm/test/Verifier/opaque-ptr-invalid.ll

8 lines
192 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: not opt -passes=verify < %s 2>&1 | FileCheck %s
; CHECK: Attribute 'inalloca' does not support unsized types!
; CHECK-NEXT: ptr @f
define void @f(ptr inalloca(token)) {
ret void
}