forked from OSchip/llvm-project
c418b5cc25
Change the syntax of the malloc and free commands in lldb-test's ir-memory-map subcommand to: <malloc> ::= <label> = malloc <size> <alignment> <free> ::= free <label> This should make it easier to read and extend tests in the future, e.g to test IRMemoryMap::WriteMemory or double-free behavior. Differential Revision: https://reviews.llvm.org/D47646 llvm-svn: 333930 |
||
---|---|---|
.. | ||
anonymous-struct.cpp | ||
call-function.cpp | ||
ir-memory-map-basic | ||
ir-memory-map-mix-malloc-free | ||
ir-memory-map-overlap1 |