Skip to content

Commit

Permalink
build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Nov 24, 2021
1 parent 79f8c6c commit 3031bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
-DLLVM_ENABLE_PROJECTS="clang;lld;compiler-rt;libcxx;libcxxabi;libunwind" -DLLVM_LINK_LLVM_DYLIB=ON -DLLVM_CCACHE_BUILD=ON\
-DLLVM_ENABLE_LIBXML2=OFF -DLLVM_ENABLE_TERMINFO=OFF -DLLVM_ENABLE_LIBCXX=ON\
`# https://boxbase.org/entries/2018/jun/11/minimal-llvm-build/`\
-DLLVM_BUILD_TOOLS=OFF -DLLVM_TARGETS_TO_BUILD='AArch64;WebAssembly;X86'\
-DLLVM_TARGETS_TO_BUILD='AArch64;WebAssembly;X86'\
`# https://libcxx.llvm.org/BuildingLibcxx.html`\
-DCLANG_DEFAULT_CXX_STDLIB=libc++ -DCLANG_DEFAULT_LINKER=lld -DCLANG_DEFAULT_RTLIB=compiler-rt -DLIBCXX_USE_COMPILER_RT=ON -DLIBCXXABI_USE_COMPILER_RT=ON -DLIBCXXABI_USE_LLVM_UNWINDER=ON -DLIBUNWIND_USE_COMPILER_RT=ON -DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON\
`# https://llvm.org/docs/BuildingADistribution.html`\
Expand Down

0 comments on commit 3031bd1

Please sign in to comment.