Closed alexreinking closed 1 month ago
Also, would that LLVM fixed their CMake targets! The include directory issue wouldn't have happened if they set up their targets correctly. Also, lldWasm
should probably depend on lldCommon
.
linuxbot4 is still semi-broken :-/
After upgrading to Homebrew's LLVM 19.1, I encountered some build failures that necessitate the following changes to our build.
brew install lld
.lldWasm
is built as a shared library now, and it no longer includeslldCommon
, so I added that dependency.Technically, this could have happened with earlier versions of LLVM, only nobody had packaged it this way, until now.