[yaml2obj] - Allow placing local symbols after globals.
[llvm-complete.git] / test / ThinLTO / X86 / weak_resolution_single.ll
blob779b967ab89a95ef9453d6f22caeec597c923ecf
1 ; RUN: opt -module-summary %s -o %t.bc
2 ; RUN: llvm-lto -thinlto-action=thinlink -o %t2.bc %t.bc
4 ; RUN: llvm-lto -thinlto-action=internalize %t.bc -thinlto-index=%t2.bc -exported-symbol=foo -o - | llvm-dis -o - | FileCheck %s
6 ; CHECK: define weak_odr void @foo()
7 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
8 define linkonce_odr void @foo() {
9   ret void