Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Next, download and compile llvm-cbe from the same folder:
cd $HOME/llvm/projects
git clone https://github.com/JuliaComputing/llvm-cbe
cd ../build
cmake ..
make llvm-cbe

To run tests, you will also need to build `lli`:
Expand All @@ -53,12 +54,6 @@ To run tests, you will also need to build `lli`:
make lli
```

To run tests, you will also need to build `lli`:

```sh
make lli
```

Step 3: Usage Examples
======================

Expand Down