Skip to content

Commit

Permalink
Merge pull request #482 from whchung/revise_SYNC_UPSTREAM
Browse files Browse the repository at this point in the history
[DOC] polish SYNC_UPSTREAM.md
  • Loading branch information
scchan authored Oct 4, 2017
2 parents 6bff2db + 461703a commit 5a043f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SYNC_UPSTREAM.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ This directory would be referred as *HCC directory* hereafter.
### Add all remotes and forks for submodules

- change to HCC directory
- `git remote add hcc_fork [email protected]:your_name/hcc.git`
- `cd lld`
- `git remote add lld_fork [email protected]:your_name/lld.git`
- `cd ../compiler`
Expand Down Expand Up @@ -154,7 +153,7 @@ This directory would be referred as *HCC directory* hereafter.

- change to HCC directory
- `cd ..; mkdir -p build; cd build`
- `cmake -DCMAKE_BUILD_TYPE=Release ../hcc`
- `cmake -DCMAKE_BUILD_TYPE=Release ../hcc_fork`
- `make -j$(nproc)`

Fix any compilation failures if there is any. Repeat this step until HCC
Expand Down

0 comments on commit 5a043f1

Please sign in to comment.