Files
clang-p2996/lldb/test/API/lang/cpp/frame-var-depth-and-elem-count/Makefile
Augusto Noronha b1ebfc5de3 [lldb] Unconditionally increment depth when printing children
The `target.max-children-depth` setting and `--depth` flag would be
ignored if treating pointer as arrays, fix that by always incrementing
the current depth when printing a new child.

rdar://109855463

Differential Revision: https://reviews.llvm.org/D151950
2023-06-08 13:30:30 -07:00

4 lines
48 B
Makefile

CXX_SOURCES := main.cpp
include Makefile.rules