Skip to content

Conversation

@alexreinking
Copy link
Member

After upgrading to Homebrew's LLVM 19.1, I encountered some build failures that necessitate the following changes to our build.

  1. LLD is now packaged separately, so I needed to brew install lld.
  2. lldWasm is built as a shared library now, and it no longer includes lldCommon, so I added that dependency.
  3. LLD's headers are installed to a different folder than the rest of LLVM's now, so I added it to the include path.

Technically, this could have happened with earlier versions of LLVM, only nobody had packaged it this way, until now.

@alexreinking
Copy link
Member Author

alexreinking commented Sep 30, 2024

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.

@steven-johnson
Copy link
Contributor

linuxbot4 is still semi-broken :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants