Skip to content

Commit

Permalink
llvm: enable llvm-bolt
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <[email protected]>
  • Loading branch information
sbwml committed Jul 23, 2024
1 parent 7e3c956 commit 17e5aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/llvm-distribution.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ set(LLVM_TARGETS_TO_BUILD
CACHE STRING "")

set(LLVM_ENABLE_PROJECTS
"bolt"
"clang"
"clang-tools-extra"
"compiler-rt"
Expand Down Expand Up @@ -125,6 +126,7 @@ set(LLVM_TOOLCHAIN_TOOLS
opt
dsymutil
llvm-as
llvm-bolt
llvm-cat
llvm-cov
llvm-config
Expand Down

0 comments on commit 17e5aeb

Please sign in to comment.