1
1
diff --git a/common.gypi b/common.gypi
2
- index d4605a52..794e810b 100644
2
+ index 0d2fe4d9..dc150c1d 100644
3
3
--- a/common.gypi
4
4
+++ b/common.gypi
5
5
@@ -190,9 +190,9 @@
@@ -95,7 +95,7 @@ index ea3a2dc0..ea3780f7 100644
95
95
]
96
96
}, {
97
97
diff --git a/node.gyp b/node.gyp
98
- index 51863d37..3a7cf5a9 100644
98
+ index 420d5713..83c50eb9 100644
99
99
--- a/node.gyp
100
100
+++ b/node.gyp
101
101
@@ -1084,7 +1084,7 @@
@@ -107,7 +107,7 @@ index 51863d37..3a7cf5a9 100644
107
107
}],
108
108
],
109
109
}, # fuzz_env
110
- @@ -1127 ,7 +1127 ,7 @@
110
+ @@ -1129 ,7 +1129 ,7 @@
111
111
}],
112
112
# Avoid excessive LTO
113
113
['enable_lto=="true"', {
@@ -116,7 +116,7 @@ index 51863d37..3a7cf5a9 100644
116
116
}],
117
117
],
118
118
}, # fuzz_ClientHelloParser.cc
119
- @@ -1172 ,7 +1172 ,7 @@
119
+ @@ -1176 ,7 +1176 ,7 @@
120
120
}],
121
121
# Avoid excessive LTO
122
122
['enable_lto=="true"', {
@@ -125,7 +125,7 @@ index 51863d37..3a7cf5a9 100644
125
125
}],
126
126
],
127
127
}, # fuzz_strings
128
- @@ -1260 ,7 +1260 ,7 @@
128
+ @@ -1264 ,7 +1264 ,7 @@
129
129
}],
130
130
# Avoid excessive LTO
131
131
['enable_lto=="true"', {
@@ -134,7 +134,7 @@ index 51863d37..3a7cf5a9 100644
134
134
}],
135
135
],
136
136
}, # cctest
137
- @@ -1316 ,7 +1316 ,7 @@
137
+ @@ -1320 ,7 +1320 ,7 @@
138
138
}],
139
139
# Avoid excessive LTO
140
140
['enable_lto=="true"', {
@@ -143,7 +143,7 @@ index 51863d37..3a7cf5a9 100644
143
143
}],
144
144
],
145
145
}, # embedtest
146
- @@ -1338 ,7 +1338 ,7 @@
146
+ @@ -1342 ,7 +1342 ,7 @@
147
147
}],
148
148
# Avoid excessive LTO
149
149
['enable_lto=="true"', {
@@ -152,7 +152,7 @@ index 51863d37..3a7cf5a9 100644
152
152
}],
153
153
]
154
154
}, # overlapped-checker
155
- @@ -1451 ,7 +1451 ,7 @@
155
+ @@ -1455 ,7 +1455 ,7 @@
156
156
}],
157
157
# Avoid excessive LTO
158
158
['enable_lto=="true"', {
@@ -162,10 +162,10 @@ index 51863d37..3a7cf5a9 100644
162
162
],
163
163
}, # node_mksnapshot
164
164
diff --git a/tools/gyp/pylib/gyp/xcode_emulation.py b/tools/gyp/pylib/gyp/xcode_emulation.py
165
- index 08e645c5..6b5e35d3 100644
165
+ index 192a5235..421076fb 100644
166
166
--- a/tools/gyp/pylib/gyp/xcode_emulation.py
167
167
+++ b/tools/gyp/pylib/gyp/xcode_emulation.py
168
- @@ -636 ,7 +636 ,7 @@ class XcodeSettings:
168
+ @@ -635 ,7 +635 ,7 @@ class XcodeSettings:
169
169
# if the system clang isn't used, DYLD_LIBRARY_PATH needs to contain the
170
170
# path to the libLTO.dylib that matches the used clang.
171
171
if self._Test("LLVM_LTO", "YES", default="NO"):
@@ -174,7 +174,7 @@ index 08e645c5..6b5e35d3 100644
174
174
175
175
self._AppendPlatformVersionMinFlags(cflags)
176
176
177
- @@ -1099 ,7 +1099 ,7 @@ class XcodeSettings:
177
+ @@ -1097 ,7 +1097 ,7 @@ class XcodeSettings:
178
178
# For static libraries, no dSYMs are created.
179
179
result = []
180
180
if (
0 commit comments