We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f767b2 commit c4b42d8Copy full SHA for c4b42d8
test/PrintAsObjC/lit.local.cfg
@@ -13,7 +13,7 @@ config.substitutions.insert(0, ('%check-in-clang',
13
config.substitutions.insert(0, ('%check-in-clang-c',
14
'%%clang-no-modules -fsyntax-only -x c-header -std=c99 '
15
'-Weverything -Werror -Wno-unused-macros -Wno-incomplete-module '
16
- '-Wno-auto-import '
+ '-Wno-auto-import -Wno-poison-system-directories '
17
'-F %%clang-importer-sdk-path/frameworks '
18
'-I %%clang-include-dir '
19
'-isysroot %r/Inputs/clang-importer-sdk' % config.test_source_root) )
0 commit comments