Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / Bindings / llvm-c / invalid-bitcode.test
1 ; RUN: not llvm-c-test --module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
2 ; RUN: not llvm-c-test --lazy-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck %s
3
4 CHECK: Error parsing bitcode: Unknown attribute kind (52)
5
6
7 ; RUN: not llvm-c-test --new-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck --check-prefix=NEW %s
8 ; RUN: not llvm-c-test --lazy-new-module-dump < %S/Inputs/invalid.ll.bc 2>&1 | FileCheck --check-prefix=NEW %s
9
10 NEW: Error with new bitcode parser: Unknown attribute kind (52)