Skip to content

Commit

Permalink
Removing clang-tools-extra & lldb
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCaron committed Feb 28, 2024
1 parent d3fcded commit 9ff405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pushd build || exit
cmake -G Ninja ../llvm-project/llvm \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DLLVM_ENABLE_PROJECTS:STRING="clang;clang-tools-extra;lld;lldb" \
-DLLVM_ENABLE_PROJECTS:STRING="clang;lld" \
-DLLVM_ENABLE_RUNTIMES:STRING="compiler-rt;libcxx;libcxxabi;libunwind" \
-DLLVM_ENABLE_WARNINGS:BOOL=OFF -DLLVM_ENABLE_ASSERTIONS:BOOL=OFF \
-DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON -DLLVM_CCACHE_BUILD:BOOL=OFF \
Expand Down

0 comments on commit 9ff405d

Please sign in to comment.