brintos

brintos / llvm-project-archived public Read only

0
0
Text · 275 B · 171164f Raw
9 lines · plain
1# RUN: mkdir -p %t/a2# RUN: cp %p/Inputs/std64.lib %t/a/libstd64.a3 4# RUN: lld-link /lldmingw /out:%t.exe /entry:main /verbose \5# RUN:   /defaultlib:std64.lib /subsystem:console %p/Inputs/hello64.obj \6# RUN:   /libpath:%t/a 2>&1 | FileCheck %s7 8CHECK: a{{[/\\]}}libstd64.a9