xref: /llvm-project/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test (revision 20c4e95b9c03a77c2e5ce5f354114752d380c591)
1*20c4e95bSVladislav Dzhidzhoev# REQUIRES: target-windows
287aa9c9eSJonas Devlieghere
39c739252SPavel Labath# RUN: %clang_cl_host /Zi /GS- %p/Inputs/call-function.cpp /c /o %t.obj
487aa9c9eSJonas Devlieghere# RUN: %msvc_link /debug:full %t.obj /out:%t
587aa9c9eSJonas Devlieghere
687aa9c9eSJonas Devlieghere# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic
787aa9c9eSJonas Devlieghere# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic
887aa9c9eSJonas Devlieghere
987aa9c9eSJonas Devlieghere# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
1087aa9c9eSJonas Devlieghere# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1
1187aa9c9eSJonas Devlieghere
1287aa9c9eSJonas Devlieghere# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free
1387aa9c9eSJonas Devlieghere# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free
14