brintos

brintos / llvm-project-archived public Read only

0
0
Text · 337 B · 813b744 Raw
6 lines · plain
1REQUIRES: target-windows, lld2RUN: %clang_cl_host /c /Zi /Gy %S/Inputs/FunctionLevelLinkingTest.cpp /o %t.obj3RUN: lld-link /debug:full /nodefaultlib /entry:main /order:@%S/Inputs/FunctionLevelLinkingTest.ord %t.obj /out:%t.exe4RUN: env LLDB_USE_NATIVE_PDB_READER=1 lldb-test symbols -verify %t.exe5RUN: lldb-test symbols -verify %t.exe6