From 455aff72ce45982ae94e88d8b5474411a520047d Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 12 Sep 2022 16:47:46 -0700 Subject: [PATCH] Force system C++ stdlib in test that forces system clang. Unfortunately these options are still not upstream. --- .../data-formatter/poarray/TestPrintObjectArray.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py b/lldb/test/API/functionalities/data-formatter/poarray/TestPrintObjectArray.py index 3f1190a9388c..cdfee184c574 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 @@ class PrintObjectArrayTestCase(TestBase): 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 ' +