[lldb-tests] Remove dubious standard library flag
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Tue, 18 Oct 2022 13:22:20 +0000 (09:22 -0400)
committerFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Tue, 18 Oct 2022 17:50:31 +0000 (13:50 -0400)
commitf477412685fe6bac49d3d080ba91896c28e62116
tree5cd09673ad83b4c3df7bdc900508b62772280ae0
parent58a25ebb8622ee27034f0c103a9067acda7f6300
[lldb-tests] Remove dubious standard library flag

The test currently sets `USE_LIBSTDCPP = 0`, which is curious given the
behavior of `and` and `or` in Makefiles (the contents of the variables
are not important). In particular, this causes the tests to not use the
standard libraries appropriately.

To capture the actual intent of the test, we're changing this to
`USE_LIBCXX=1`.

Differential Revision: https://reviews.llvm.org/D136171
lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile