Skip to content

Commit

Permalink
build-tc.sh: Set custom CLANG_REPOSITORY_STRING for llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
wloot committed Jan 18, 2020
1 parent dc21335 commit 923a6e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ msg "Building LLVM..."
--incremental \
--build-stage1-only \
--install-stage1-only \
--install-folder "installTmp"
--install-folder "installTmp" \
--additional-build-arguments "CLANG_REPOSITORY_STRING=GitHub.COM/WLoot"

# Build binutils
msg "Building binutils..."
Expand Down

0 comments on commit 923a6e7

Please sign in to comment.