llvm-project/lldb/test/Shell/Expr/Inputs/ir-memory-map-overlap1
Jonas Devlieghere 87aa9c9e4d Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.

llvm-svn: 374201
2019-10-09 19:22:02 +00:00

11 lines
178 B
Plaintext

L1 = malloc 8 16
L2 = malloc 16 8
L3 = malloc 64 32
L4 = malloc 1 8
L5 = malloc 64 32
L6 = malloc 64 8
L7 = malloc 1024 32
L8 = malloc 1 16
L9 = malloc 8 16
L10 = malloc 1024 16