forked from OSchip/llvm-project
13 lines
513 B
Plaintext
13 lines
513 B
Plaintext
# XFAIL: windows
|
|
|
|
# RUN: %cxx %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
|