Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
top-level cmake: link llvm libraries to our shared library (#3973)
This fixes link errors seen on my environment. (macOS 15.2, x86-64, Xcode 16.2) Tested as: ``` mkdir b cd b cmake -D WAMR_BUILD_JIT=1 -D LLVM_DIR=/usr/local/opt/llvm@19/lib/cmake/llvm .. make ```
- Loading branch information