brintos

brintos / llvm-project-archived public Read only

0
0
Text · 549 B · 9cba062 Raw
13 lines · plain
1# UNSUPPORTED: system-windows, remote-linux2 3# RUN: %clangxx_host %p/Inputs/call-function.cpp -g -o %t4 5# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic6# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic7 8# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap19# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap110 11# RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free12# RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free13