bolt/deps/llvm-18.1.8/llvm/test/Verifier/jumptable.ll
2025-02-14 19:21:04 +01:00

8 lines
173 B
LLVM

; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
define i32 @f() jumptable {
ret i32 0
}
; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
; CHECK: ptr @f