Skip to content

Commit 03187ae

Browse files
authored
Merge pull request #22013 from jketema/swift/more-arguments
Swift: Strip out more unknown clang arguments
2 parents 568a147 + 75328da commit 03187ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

swift/tools/tracing-config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ function RegisterExtractorPack(id)
6262
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+thisNoAlignAttr', 0)
6363
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+thisNoNullAttr', 0)
6464
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError', 0)
65+
strip_unsupported_clang_arg(args, '-Werror=allocator-wrappers', 0)
66+
strip_unsupported_clang_arg(args, '-Wno-error=allocator-wrappers', 0)
6567
-- The four args below are removed to workaround version mismatches due to recent versions
6668
-- of Xcode defaulting to explicit modules:
6769
strip_unsupported_arg(args, '-disable-implicit-swift-modules', 0)

0 commit comments

Comments
 (0)