view test/ThinLTO/X86/Inputs/select_right_alias_definition1.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children
line wrap: on
line source


@foo = weak alias i32 (...), bitcast (i32 ()* @foo1 to i32 (...)*)

define i32 @foo1() {
    ret i32 42
}