Skip to content

Commit fadf31e

Browse files
committed
Swift: Update tracing config
1 parent a04b10c commit fadf31e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/tools/tracing-config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ function RegisterExtractorPack(id)
5353
strip_unsupported_arg(args, '-stack-check', 0)
5454
strip_unsupported_arg(args, '-experimental-skip-non-inlinable-function-bodies-without-types', 0)
5555
strip_unsupported_clang_arg(args, '-ivfsstatcache', 1)
56+
strip_unsupported_clang_arg(args, '-fstack-check', 0)
57+
strip_unsupported_clang_arg(args, '-fobjc-msgsend-selector-stubs', 0)
5658
strip_unsupported_clang_arg(args, '-fno-odr-hash-protocols', 0)
5759
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation', 0)
5860
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+enableAggressiveVLAFolding', 0)

0 commit comments

Comments
 (0)