Skip to content

Commit

Permalink
Removed some default cmake options which doesn't seem worth being def…
Browse files Browse the repository at this point in the history
…ault from UnifiedTreeBuilder.addCmakeSteps.

llvm-svn: 374690
  • Loading branch information
gkistanova committed Oct 13, 2019
1 parent ccd52d2 commit a5e0c60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zorg/buildbot/builders/UnifiedTreeBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@ def addCmakeSteps(
# Set proper defaults.
CmakeCommand.applyDefaultOptions(cmake_args, [
('-DCMAKE_BUILD_TYPE=', 'Release'),
('-DCLANG_BUILD_EXAMPLES=', 'OFF'),
('-DLLVM_BUILD_TESTS=', 'ON'),
('-DLLVM_ENABLE_ASSERTIONS=', 'ON'),
('-DLLVM_OPTIMIZED_TABLEGEN=', 'ON'),
('-DLLVM_LIT_ARGS=', '"-v"'),
])

Expand Down

0 comments on commit a5e0c60

Please sign in to comment.