[PATCH] D98405: [cmake] Link to libnetwork on Haiku in llvm-jitlink
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 7 02:38:35 PDT 2021
serge-sans-paille added a comment.
You may need to do the same change in llvm/tools/llvm-jitlink/CMakeLists.txt, which makes me think it may valuable to implement a decent check à la autoconf to check for the actual symbol you're looking for, probably based on a sequence of CHECK_LIBRARY_EXISTS. Would you be ok to do that change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98405/new/
https://reviews.llvm.org/D98405
More information about the llvm-commits
mailing list