14 lines · plain
1# REQUIRES: target-windows2 3# RUN: %clang_cl_host /Zi /GS- %p/Inputs/call-function.cpp /c /o %t.obj4# RUN: %msvc_link /debug:full %t.obj /out:%t5 6# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic7# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic8 9# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap110# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap111 12# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free13# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free14