[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
Please register or sign in to comment