forked from llvm-mirror/llvm
-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Alan.Li edited this page Feb 23, 2019
·
8 revisions
- LLVM backend for EVM target development happening inside the
EVM
branch.
The project compiles like other LLVM projects. The target's name is EVM
, and you have to specify -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=EVM
. In short you can use the following to create build:
mkdir build
cmake -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=EVM ..
make -j