File tree Expand file tree Collapse file tree 4 files changed +4
-32
lines changed
SWBGenericUnixPlatform/Specs
SWBUniversalPlatform/Specs
SWBWebAssemblyPlatform/Specs Expand file tree Collapse file tree 4 files changed +4
-32
lines changed Original file line number Diff line number Diff line change 145
145
DefaultValue = YES;
146
146
Condition = "NO";
147
147
},
148
- {
149
- Name = "SWIFTC_LD_EXPORT_GLOBAL_SYMBOLS";
150
- Type = Boolean;
151
- DefaultValue = "$(LD_EXPORT_GLOBAL_SYMBOLS)";
152
- Condition = "$(LINKER_DRIVER) == swiftc";
153
- CommandLineArgs = {
154
- YES = (
155
- "-Xlinker", "--export-dynamic"
156
- );
157
- NO = ();
158
- };
159
- },
160
148
{
161
149
Name = "__INPUT_FILE_LIST_PATH__";
162
150
Type = Path;
Original file line number Diff line number Diff line change 400
400
CommandLineArgs = {
401
401
"" = ();
402
402
"<<otherwise>>" = (
403
- "-Xlinker ",
404
- "-dylib_install_name ",
405
- "-Xlinker ",
403
+ "-Xclang-linker ",
404
+ "-install_name ",
405
+ "-Xclang-linker ",
406
406
"$(value)",
407
407
);
408
408
};
509
509
Condition = "$(LINKER_DRIVER) == swiftc";
510
510
CommandLineArgs = {
511
511
YES = (
512
- "-Xlinker ", "-export_dynamic "
512
+ "-Xclang-linker ", "-rdynamic "
513
513
);
514
514
NO = ();
515
515
};
Original file line number Diff line number Diff line change 122
122
);
123
123
IsInputDependency = Yes;
124
124
},
125
- {
126
- Name = "LD_EXPORT_GLOBAL_SYMBOLS";
127
- Type = Boolean;
128
- DefaultValue = NO;
129
- CommandLineArgs = {
130
- YES = ("-Xlinker", "--export-dynamic");
131
- NO = ();
132
- };
133
- Condition = "$(MACH_O_TYPE) == mh_dylib";
134
- },
135
125
{
136
126
Name = "CLANG__INPUT_FILE_LIST_PATH__";
137
127
Type = Path;
Original file line number Diff line number Diff line change 160
160
DefaultValue = YES;
161
161
Condition = "NO";
162
162
},
163
- {
164
- Name = "SWIFTC_LD_EXPORT_GLOBAL_SYMBOLS";
165
- Type = Boolean;
166
- Condition = NO;
167
- CommandLineArgs = ();
168
- },
169
163
{
170
164
Name = "__INPUT_FILE_LIST_PATH__";
171
165
Type = Path;
You can’t perform that action at this time.
0 commit comments