Author: Adrian Prantl Date: 2022-09-12T16:47:46-07:00 New Revision: 455aff72ce45982ae94e88d8b5474411a520047d
URL: https://github.com/llvm/llvm-project/commit/455aff72ce45982ae94e88d8b5474411a520047d DIFF: https://github.com/llvm/llvm-project/commit/455aff72ce45982ae94e88d8b5474411a520047d.diff LOG: Force system C++ stdlib in test that forces system clang. Unfortunately these options are still not upstream. Added: Modified: lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py Removed: ################################################################################ diff --git a/lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py b/lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py index 3f1190a9388c4..cdfee184c5741 100644 --- a/lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py +++ b/lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py @@ -24,6 +24,8 @@ def test_print_array_no_const(self): disable_constant_classes = { 'CC': 'xcrun clang', # FIXME: Remove when flags are available upstream. + 'USE_SYSTEM_STDLIB': + '1', # See above. 'CFLAGS_EXTRAS': '-fno-constant-nsnumber-literals ' + '-fno-constant-nsarray-literals ' + _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits