Skip to content

Commit

Permalink
Merge pull request #3 from chsigg/llvm-head
Browse files Browse the repository at this point in the history
llvm-project @ release/16.x
  • Loading branch information
ptillet authored Feb 16, 2023
2 parents b4dc103 + c78f3e7 commit c12fe2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_llvm.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num_jobs=8

usage() {
echo "Usage: bash build_llvm.sh -o INSTALL_PREFIX -p PLATFORM -c CONFIG [-j NUM_JOBS]"
echo "Ex: bash build_llvm.sh -o llvm-14.0.0-x86_64-linux-gnu-ubuntu-18.04 -p docker_ubuntu_18.04 -c assert -j 16"
echo "Ex: bash build_llvm.sh -o llvm-16.0.0-x86_64-linux-gnu-ubuntu-18.04 -p docker_ubuntu_18.04 -c assert -j 16"
echo "INSTALL_PREFIX = <string> # \${INSTALL_PREFIX}.tar.xz is created"
echo "PLATFORM = {local|docker_ubuntu_18.04|docker_centos7}"
echo "CONFIG = {release|assert|debug}"
Expand Down
2 changes: 1 addition & 1 deletion llvm-project

0 comments on commit c12fe2c

Please sign in to comment.