Skip to content

Commit

Permalink
Actually build Alive2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashSheridan committed Oct 10, 2023
1 parent 346b174 commit 0a0b6c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ cmake -GNinja -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_EH=ON -DBUILD_SHARED_LIBS=ON -
ninja
```

Alive2 should then be configured as follows:
Alive2 should then be configured and built as follows:
```
cd $ALIVE2_HOME/alive2/build
cmake -GNinja -DCMAKE_PREFIX_PATH=$LLVM2_BUILD -DBUILD_TV=1 -DCMAKE_BUILD_TYPE=Release ..
ninja
```

Translation validation of one or more LLVM passes transforming an IR file on Linux:
Expand Down

0 comments on commit 0a0b6c6

Please sign in to comment.