forked from OSchip/llvm-project
Force system C++ stdlib in test that forces system clang.
Unfortunately these options are still not upstream.
This commit is contained in:
parent
1910eeb59f
commit
455aff72ce
|
@ -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 ' +
|
||||
|
|
Loading…
Reference in New Issue