-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from whchung/revise_SYNC_UPSTREAM
[DOC] polish SYNC_UPSTREAM.md
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | ||
|
@@ -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 | ||
|