Mercurial > hg > CbC > CbC_llvm
view test/Linker/2005-02-12-ConstantGlobals.ll @ 146:3fc4d5c3e21e
set tail call flag for code segment in CGCAll
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 23 Dec 2018 19:23:36 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
; Test that a prototype can be marked const, and the definition is allowed ; to be nonconst. ; RUN: echo "@X = global i32 7" | llvm-as > %t.2.bc ; RUN: llvm-as < %s > %t.1.bc ; RUN: llvm-link %t.1.bc %t.2.bc -S | FileCheck %s ; CHECK: global i32 7 @X = external constant i32 ; <i32*> [#uses=0]