brintos

brintos / llvm-project-archived public Read only

0
0
Text · 599 B · dc8da02 Raw
16 lines · plain
1# RUN: yaml2obj %p/Inputs/include1a.yaml -o %t1.obj2# RUN: yaml2obj %p/Inputs/include1b.yaml -o %t2.obj3# RUN: yaml2obj %p/Inputs/include1c.yaml -o %t3.obj4# RUN: rm -f %t2.lib %t3.lib5# RUN: llvm-ar cru %t2.lib %t2.obj6# RUN: llvm-ar cru %t3.lib %t3.obj7# RUN: lld-link /out:%t.exe /entry:main \8# RUN:   %t1.obj %t2.lib %t3.obj %t3.lib /verbose >& %t.log9# RUN: FileCheck %s < %t.log10 11CHECK: section-order.test.tmp1.obj12CHECK: section-order.test.tmp2.lib13CHECK: section-order.test.tmp3.obj14CHECK: section-order.test.tmp3.lib15CHECK: section-order.test.tmp2.lib(section-order.test.tmp2.obj) for foo16