1# UNSUPPORTED: system-windows
2
3# RUN: %clangxx_host %p/Inputs/call-function.cpp -g -o %t
4
5# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic
6# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic
7
8# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
9# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1
10
11# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free
12# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free
13