Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiles #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Compiles #3

wants to merge 2 commits into from

Conversation

lukaso
Copy link

@lukaso lukaso commented Jan 11, 2022

Got this compiling on Clang 13. I've not tested that it works, however.

I used these instructions to get it compiling:

EOSIO/eos#43:

With brew, make sure you have llvm 13 installed

$ brew info llvm  
llvm: stable 13.0.0 (bottled), HEAD [keg-only]
Next-gen compiler infrastructure
https://llvm.org/
/usr/local/Cellar/llvm/13.0.0_2 (5,449 files, 940.8MB)

And let cmake know where to find cmake files for llvm:

export LLVM_DIR=/usr/local/Cellar/llvm/13.0.0_2/lib/cmake

Removes redundant statement
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.

1 participant