Thomas Lively | ae79f42 | 2019-03-01 00:12:13 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s |
2 | |||||
3 | target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" | ||||
4 | target triple = "wasm32-unknown-unknown" | ||||
5 | |||||
6 | ; Check that we do not crash when attempting to lower away | ||||
7 | ; global_dtors without a definition. | ||||
8 | |||||
9 | @llvm.global_dtors = external global [2 x { i32, void ()*, i8* }] |