[lldb] Build libcxx unique_ptr and shared_ptr test programs with -glldb.
authorJorge Gorbe Moya <jgorbe@google.com>
Mon, 17 Apr 2023 23:35:21 +0000 (16:35 -0700)
committerJorge Gorbe Moya <jgorbe@google.com>
Tue, 18 Apr 2023 00:03:29 +0000 (17:03 -0700)
commit3c91d016349a5189691cf788da84608cae68bc13
tree775d3cf4fadb126e611ed688351927df0bfa258c
parent459420c33a2c80525bc73ad1ff89fdf4dd079d6c
[lldb] Build libcxx unique_ptr and shared_ptr test programs with -glldb.

The functionality added by https://reviews.llvm.org/D145803 is gated by
lldb tuning, so we need to build the test programs with `-glldb` to make
these tests print the expected preferred name.

Differential Revision: https://reviews.llvm.org/D148582
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/Makefile
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/Makefile