comdat13.ll 166 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 $foo = comdat any @foo = internal global i8 1, comdat define i8* @zed() { call void @bax() ret i8* @foo } define internal void @bax() comdat($foo) { ret void }