Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Update readme for installation #1

Closed
wants to merge 1 commit into from
Closed
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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Start with cloning LLVM and BOLT repos:
> cd llvm/tools
> git checkout -b llvm-bolt f137ed238db11440f03083b1c88b7ffc0f4af65e
> git clone https://github.com/facebookincubator/BOLT llvm-bolt
> patch -p 1 < llvm-bolt/llvm.patch
> cd ..
> patch -p 1 < tools/llvm-bolt/llvm.patch
```

Proceed to a normal LLVM build:
Expand All @@ -31,7 +32,7 @@ Proceed to a normal LLVM build:
> cd ../..
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd ..

> mkdir build
> cd build
> cmake -G Ninja
> cmake -G Ninja ..
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmake -G Ninja ../llvm

> ninja
```

Expand Down