reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 | # 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 |