Skip to content

Commit

Permalink
Removed deprecated LLVMBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Jul 23, 2020
1 parent 96b56cb commit 2a70474
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 105 deletions.
1 change: 0 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from buildbot.process.properties import WithProperties

from zorg.buildbot.builders import ClangBuilder
from zorg.buildbot.builders import LLVMBuilder
from zorg.buildbot.builders import PollyBuilder
from zorg.buildbot.builders import LLDBBuilder
from zorg.buildbot.builders import ClangAndLLDBuilder
Expand Down
4 changes: 1 addition & 3 deletions test/buildbot/builders/Import.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# RUN: python %s

import zorg
from zorg.buildbot.builders import ClangBuilder, LLVMBuilder
from zorg.buildbot.builders import ClangBuilder
from zorg.buildbot.builders import SanitizerBuilder

# Just check that we can instantiate the build factors, what else can we do?

print ClangBuilder.getClangBuildFactory()

print LLVMBuilder.getLLVMBuildFactory()

print SanitizerBuilder.getSanitizerBuildFactory()
101 changes: 0 additions & 101 deletions zorg/buildbot/builders/LLVMBuilder.py

This file was deleted.

0 comments on commit 2a70474

Please sign in to comment.