[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / X86 / nonconst-static-ev.ll
blob23643a2aafdf76cafc5ee16328ce37a102930133
1 ; RUN: not --crash llc -mtriple=i686-linux-gnu < %s 2> %t
2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
4 @0 = global i8 extractvalue ([1 x i8] select (i1 ptrtoint (i32* @1 to i1), [1 x i8] [ i8 1 ], [1 x i8] [ i8 2 ]), 0)
5 @1 = external global i32
7 ; CHECK-ERRORS: Unsupported expression in static initializer: extractvalue