[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / WebAssembly / global_dtors.ll
blob3abe80deb56905f09b51c579e82ea984e56f087d
1 ; RUN: llc < %s
3 target triple = "wasm32-unknown-unknown"
5 ; Check that we do not crash when attempting to lower away
6 ; global_dtors without a definition.
8 @llvm.global_dtors = external global [2 x { i32, void ()*, i8* }]