Skip to content

Commit

Permalink
Update llvm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hongxuchen authored Oct 17, 2023
1 parent 46af1fa commit f25fc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build() {
git_clone_or_update "${GIT_OPTS}" "${LLVM_MONOREPO}" "${LLVM_SRC_DIR}"
cd "${ROOT_DIR}" || exit
cmake -B build -S llvm \
-DCMAKE_INSTALL_PREFIX=${LLVM_INSTALL_DIR} \
-DCMAKE_INSTALL_PREFIX=${LLVM_INS_DIR} \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
Expand Down

0 comments on commit f25fc28

Please sign in to comment.