Unverified Commit 2e0a1057 authored by Brad Smith's avatar Brad Smith Committed by GitHub
Browse files

[CMake] Fix building on Haiku and Solaris after c0d5d36d (#78084)

Haiku and Solaris need some additional libraries after the commit
c0d5d36d

Otherwise fails to link a whole bunch of the tools and other binaries
with undefined symbols with accept() and connect().

I did a static and dynamic build on illumos and a dynamic build on
Haiku.

```
-DLLVM_ENABLE_PROJECTS='clang;clang-tools-extra;lld;mlir'
```
and on illumos
```
-DLLVM_ENABLE_RUNTIMES='openmp'
```
parent 332be179
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment