Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[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" }