Skip to content

Commit 7547713

Browse files
committed
Add missing arg-flags to split-cmdline
1 parent af036fe commit 7547713

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

utils/dev-scripts/split-cmdline

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,26 @@ def main():
8484
"-L",
8585
"-Xcc",
8686
"-Xclang",
87+
"-Xcxx",
8788
"-Xfrontend",
8889
"-Xlinker",
8990
"-Xllvm",
91+
"-Xswiftc",
9092
"-add_ast_path",
9193
"-arch",
94+
"-blocklist-file",
95+
"-clang-build-session-file",
9296
"-emit-ir",
9397
"-emit-sil",
98+
"-enable-experimental-feature",
99+
"-file-compilation-dir",
94100
"-filelist",
95101
"-fileno",
96102
"-framework",
97103
"-import-objc-header",
98104
"-iquote",
99105
"-isysroot",
106+
"-ivfsoverlay",
100107
"-macosx_version_min",
101108
"-module-link-name",
102109
"-module-name",
@@ -111,6 +118,7 @@ def main():
111118
"-syslibroot",
112119
"-target",
113120
"-target-sdk-version",
121+
"-target-sdk-name",
114122
"-working-directory",
115123
"-x",
116124
]

0 commit comments

Comments
 (0)