Mercurial > hg > CbC > CbC_llvm
view lld/test/COFF/section-order.test @ 213:25ca0248ac32
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 Jul 2021 17:05:31 +0900 |
parents | 2e18cbf3894f |
children |
line wrap: on
line source
# RUN: yaml2obj %p/Inputs/include1a.yaml -o %t1.obj # RUN: yaml2obj %p/Inputs/include1b.yaml -o %t2.obj # RUN: yaml2obj %p/Inputs/include1c.yaml -o %t3.obj # RUN: rm -f %t2.lib %t3.lib # RUN: llvm-ar cru %t2.lib %t2.obj # RUN: llvm-ar cru %t3.lib %t3.obj # RUN: lld-link /out:%t.exe /entry:main \ # RUN: %t1.obj %t2.lib %t3.obj %t3.lib /verbose >& %t.log # RUN: FileCheck %s < %t.log CHECK: section-order.test.tmp1.obj CHECK: section-order.test.tmp2.lib CHECK: section-order.test.tmp3.obj CHECK: section-order.test.tmp3.lib CHECK: section-order.test.tmp2.lib(section-order.test.tmp2.obj) for foo