Mercurial > hg > CbC > CbC_llvm
view test/Linker/2008-07-06-AliasFnDecl.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 | afa8332a0e37 |
children |
line wrap: on
line source
; PR2146 ; RUN: llvm-as %s -o %t1.bc ; RUN: llvm-as %p/2008-07-06-AliasFnDecl2.ll -o %t2.bc ; RUN: llvm-link %t1.bc %t2.bc -o %t3.bc @b = alias void (), void ()* @a define void @a() nounwind { entry: br label %return return: ret void }