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

# RUN: %clangxx_host %p/Inputs/call-function.cpp -g -o %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