mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: do not skip newly supported CLI args
This commit is contained in:
@@ -29,9 +29,6 @@ function RegisterExtractorPack(id)
|
||||
strip_unsupported_arg(args, '-emit-localized-strings', 0)
|
||||
strip_unsupported_arg(args, '-emit-localized-strings-path', 1)
|
||||
strip_unsupported_arg(args, '-stack-check', 0)
|
||||
strip_unsupported_arg(args, '-disable-clang-spi', 0)
|
||||
strip_unsupported_arg(args, '-empty-abi-descriptor', 0)
|
||||
strip_unsupported_arg(args, '-enable-bare-slash-regex', 0)
|
||||
end
|
||||
|
||||
-- xcodebuild does not always specify the -resource-dir in which case the compiler falls back
|
||||
|
||||
Reference in New Issue
Block a user