diff options
author | Brad Smith <brad@comstyle.com> | 2024-01-14 20:23:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 20:23:22 -0500 |
commit | 2e0a105761cd33e42b915da5aab35c966daf8241 (patch) | |
tree | 6f1aaca0766c0ec9924e9ee7801697a97a3ee18d /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 332be179e13df924971f752236f5cf3c6483b588 (diff) | |
download | llvm-2e0a105761cd33e42b915da5aab35c966daf8241.zip llvm-2e0a105761cd33e42b915da5aab35c966daf8241.tar.gz llvm-2e0a105761cd33e42b915da5aab35c966daf8241.tar.bz2 |
[CMake] Fix building on Haiku and Solaris after c0d5d36dda04cdd409aabc015da0beb810842fcd (#78084)
Haiku and Solaris need some additional libraries after the commit
c0d5d36dda04cdd409aabc015da0beb810842fcd
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'
```
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions