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
Swift uses `ar s`, but LLVM does an `ar` and `ranlib` pass separately. To
work around the platform binutils bug, you should use the LLVM version of
both these tools, not just `ar`.
Copy file name to clipboardExpand all lines: docs/OpenBSD.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,4 +88,4 @@ $ ./utils/build-script \
88
88
89
89
You may wish to also supply the flag `--llvm-targets-to-build=host`, to speed up the LLVM build slightly.
90
90
91
-
For debug builds especially, consider also installing the `llvm` package and setting `-DCMAKE_AR=/usr/local/bin/llvm-ar` with the `extra-cmake-options` flag, to work around problems creating indexes to archives containing object files with large numbers of section headers.
91
+
For debug builds especially, consider also installing the `llvm` package and setting `-DCMAKE_AR=/usr/local/bin/llvm-ar`and `-DCMAKE_RANLIB=/usr/local/bin/llvm-ranlib`with the `extra-cmake-options` flag, to work around problems creating indexes to archives containing object files with large numbers of section headers.
0 commit comments