summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/select_right_alias_definition1.ll
blob: cc19b038b063455f9a3405a25586165971f9debe (plain)
1
2
3
4
5
6

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

define i32 @foo1() {
    ret i32 42
}
OpenPOWER on IntegriCloud