llvm-project/lldb/lit/Expr
Vedant Kumar c418b5cc25 [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands
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
2018-06-04 17:11:15 +00:00
..
Inputs [IRMemoryMap] Use labels in the "malloc" and "free" lldb-test commands 2018-06-04 17:11:15 +00:00
TestCallStdStringFunction.test remove FreeBSD xfail from lit TestCallStdStringFunction 2018-02-23 02:50:07 +00:00
TestCallStopAndContinue.test
TestCallUserAnonTypedef.test
TestCallUserDefinedFunction.test
TestIRMemoryMap.test XFAIL TestIRMemoryMap.test on Windows 2018-06-01 20:32:32 +00:00
TestTypeOfDeclTypeExpr.test Handle typeof() expressions 2018-02-20 10:15:08 +00:00
lit.local.cfg