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
Currently building swift-testing via cmake (e.g. when building the
toolchain) fail if not compile as PIC. Adding "-fPIC" fixed this
problem. Moreover, we need to link against `libexecinfo` on FreeBSD
where the symbol `backtrace` lives.
### Result:
Swift testing can now successfully build via cmake thus installed to the
toolchain 🥳
0 commit comments