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 a04b10c commit fadf31eCopy full SHA for fadf31e
swift/tools/tracing-config.lua
@@ -53,6 +53,8 @@ function RegisterExtractorPack(id)
53
strip_unsupported_arg(args, '-stack-check', 0)
54
strip_unsupported_arg(args, '-experimental-skip-non-inlinable-function-bodies-without-types', 0)
55
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)
58
strip_unsupported_clang_arg(args, '-fno-odr-hash-protocols', 0)
59
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation', 0)
60
strip_unsupported_clang_arg(args, '-clang-vendor-feature=+enableAggressiveVLAFolding', 0)
0 commit comments