File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -84,19 +84,26 @@ def main():
84
84
"-L" ,
85
85
"-Xcc" ,
86
86
"-Xclang" ,
87
+ "-Xcxx" ,
87
88
"-Xfrontend" ,
88
89
"-Xlinker" ,
89
90
"-Xllvm" ,
91
+ "-Xswiftc" ,
90
92
"-add_ast_path" ,
91
93
"-arch" ,
94
+ "-blocklist-file" ,
95
+ "-clang-build-session-file" ,
92
96
"-emit-ir" ,
93
97
"-emit-sil" ,
98
+ "-enable-experimental-feature" ,
99
+ "-file-compilation-dir" ,
94
100
"-filelist" ,
95
101
"-fileno" ,
96
102
"-framework" ,
97
103
"-import-objc-header" ,
98
104
"-iquote" ,
99
105
"-isysroot" ,
106
+ "-ivfsoverlay" ,
100
107
"-macosx_version_min" ,
101
108
"-module-link-name" ,
102
109
"-module-name" ,
@@ -111,6 +118,7 @@ def main():
111
118
"-syslibroot" ,
112
119
"-target" ,
113
120
"-target-sdk-version" ,
121
+ "-target-sdk-name" ,
114
122
"-working-directory" ,
115
123
"-x" ,
116
124
]
You can’t perform that action at this time.
0 commit comments