[all-commits] [llvm/llvm-project] f47741: [lldb-tests] Remove dubious standard library flag
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Tue Oct 18 10:52:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f477412685fe6bac49d3d080ba91896c28e62116
https://github.com/llvm/llvm-project/commit/f477412685fe6bac49d3d080ba91896c28e62116
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2022-10-18 (Tue, 18 Oct 2022)
Changed paths:
M lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile
Log Message:
-----------
[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
More information about the All-commits
mailing list