Commit f7d5e77
Expose symbols on macos in the xplat pytorch stack (pytorch#150487)
Summary:
Pull Request resolved: pytorch#150487
X-link: pytorch/executorch#9819
Had to revert D71321310 because it affected way too many targets and build sizes.
These changes should expose just enough symbols to be buildable in arvr mode on macOS. Could potentially make narrow it down even more by avoiding eg `get_pt_compiler_flags`
Differential Revision: D722554741 parent 1b0a023 commit f7d5e77
2 files changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| |||
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
982 | 988 | | |
983 | 989 | | |
984 | 990 | | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
985 | 995 | | |
986 | 996 | | |
987 | 997 | | |
| |||
1185 | 1195 | | |
1186 | 1196 | | |
1187 | 1197 | | |
1188 | | - | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
1189 | 1202 | | |
1190 | 1203 | | |
1191 | 1204 | | |
| |||
2035 | 2048 | | |
2036 | 2049 | | |
2037 | 2050 | | |
2038 | | - | |
| 2051 | + | |
2039 | 2052 | | |
2040 | 2053 | | |
2041 | 2054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2249 | 2249 | | |
2250 | 2250 | | |
2251 | 2251 | | |
| 2252 | + | |
| 2253 | + | |
| 2254 | + | |
| 2255 | + | |
2252 | 2256 | | |
2253 | 2257 | | |
2254 | 2258 | | |
| |||
0 commit comments