summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Expr/TestIRMemoryMapWindows.test
blob: ae29492c9ccc9fb82d8caee2c3277e89335aced1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# REQUIRES: system-windows

# RUN: %clang_cl_host /Zi /GS- %p/Inputs/call-function.cpp /c /o %t.obj
# RUN: %msvc_link /debug:full %t.obj /out:%t

# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic

# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1

# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free
# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free
OpenPOWER on IntegriCloud