brintos

brintos / llvm-project-archived public Read only

0
0
Text · 342 B · 639a465 Raw
11 lines · plain
1# RUN: rm -rf %t && mkdir -p %t2# RUN: cp %S/Inputs/hello64.obj %t3# RUN: cp %S/Inputs/std64.lib %t/STD64.lib4 5# RUN: lld-link %t/STD64.lib /out:%t.exe /entry:main \6# RUN:   /subsystem:console %t/hello64.obj /defaultlib:STD64.lib \7# RUN:   /verbose 2>&1 | FileCheck %s8 9CHECK: Reading {{.*}}/STD64.lib10CHECK-NOT: could not open 'STD64.lib'11