Skip to content

Commit

Permalink
Remove LLVM_TOOLS_TO_BUILD option from llvm.proj (#590)
Browse files Browse the repository at this point in the history
This was a custom change added in da3d772 but we missed porting that to recent branches.

Given we've not even noticed until now and it just causes building a bit more tools I'd argue it's better to just remove this.
  • Loading branch information
akoeplinger authored and radekdoulik committed Sep 19, 2024
1 parent 8b4cb21 commit 0e187a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm.proj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
<_LLVMBuildArgs Include='-DLLVM_BUILD_TESTS=OFF' />
<_LLVMBuildArgs Include='-DLLVM_BUILD_EXAMPLES=OFF' />
<_LLVMBuildArgs Include='-DLLVM_INCLUDE_EXAMPLES=OFF' />
<_LLVMBuildArgs Include='-DLLVM_TOOLS_TO_BUILD="llc%3Bllvm-addr2line%3Bllvm-ar%3Bllvm-as%3Bllvm-config%3Bllvm-cxxfilt%3Bllvm-dis%3Bllvm-dwarfdump%3Bllvm-dwp%3Bllvm-mc%3Bllvm-mca%3Bllvm-nm%3Bllvm-objcopy%3Bllvm-objdump%3Bllvm-ranlib%3Bllvm-readobj%3Bllvm-size%3Bllvm-strings%3Bllvm-strip%3Bllvm-symbolizer%3Bopt%3BFileCheck"' />
<_LLVMBuildArgs Include='-DLLVM_INSTALL_BINUTILS_SYMLINKS=TRUE' />
<_LLVMBuildArgs Include='-DLLVM_ENABLE_LIBXML2=OFF' />
<_LLVMBuildArgs Include='-DLLVM_ENABLE_TERMINFO=OFF' />
Expand Down

0 comments on commit 0e187a3

Please sign in to comment.