[memprof] Move YAML support to MemProfYAML.h (NFC) (#119515)
[llvm-project.git] / llvm / test / Verifier / invalid-strbool-attr.ll
blob672c9e4e9db58683d00e702f73c3eb99e23c8d0e
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: invalid value for 'no-jump-tables' attribute: yes
5 define void @func() #0 {
6   ret void
9 attributes #0 = { "no-jump-tables"="yes" }