You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: mkdir -p %t/a
|
|
# RUN: cp %p/Inputs/std64.lib %t/a/libstd64.a
|
|
|
|
# RUN: lld-link /lldmingw /out:%t.exe /entry:main /verbose \
|
|
# RUN: /defaultlib:std64.lib /subsystem:console %p/Inputs/hello64.obj \
|
|
# RUN: /libpath:%t/a 2>&1 | FileCheck %s
|
|
|
|
CHECK: a{{[/\\]}}libstd64.a
|