Justin Lebar | ead59f4 | 2016-01-30 01:07:38 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=nvptx -mcpu=sm_20 2>&1 |
2 | |||||
3 | ; Check that llc doesn't die when given an empty global ctor / dtor. | ||||
4 | @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] [] | ||||
5 | @llvm.global_dtors = appending global [0 x { i32, void ()*, i8* }] [] |