Mercurial > hg > CbC > CbC_llvm
view test/Bitcode/upgrade-global-ctors.ll @ 115:95b91bc9a2f8
cleanupflag
author | mir3636 |
---|---|
date | Fri, 05 Aug 2016 19:04:52 +0900 |
parents | 54457678186b |
children | c2174574ed3a |
line wrap: on
line source
; RUN: llvm-dis < %s.bc| FileCheck %s ; RUN: verify-uselistorder < %s.bc ; Global constructors should no longer be upgraded when reading bitcode. ; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()* }] zeroinitializer