Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbatashev committed Jan 3, 2024
1 parent 41404aa commit 719c933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"-DLLVM_ENABLE_TERMINFO=OFF",
"-DLLVM_ENABLE_ZLIB=OFF",
"-DLLVM_ENABLE_ZSTD=OFF",
"-DLLVM_ENABLE_RUNTIMES=libunwind;compiler-rt;libcxx;libcxxabi;openmp"
"-DLLVM_ENABLE_RUNTIMES=libunwind;compiler-rt;libcxx;libcxxabi;openmp",
"-DLLVM_ENABLE_PROJECTS=bolt;clang;clang-tools-extra;lld;pstl",
"-DLLVM_STATIC_LINK_CXX_STDLIB=ON",
"-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON",
Expand Down

0 comments on commit 719c933

Please sign in to comment.