You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`gold` fails to link `libswiftDispatch.so` on aarch64 Linux due to:
```
/usr/bin/ld.gold: error: Invalid/unrecognized reloc reloc 315.
/usr/bin/ld.gold: internal error in global, at ../../gold/aarch64.cc:6398
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
```
Attempt to workaround this via disabling
`SupportIndirectSymViaGOTPCRel`.
rdar://135050296
0 commit comments