forked from llvm/llvm-zorg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96b56cb
commit 2a70474
Showing
3 changed files
with
1 addition
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
This file was deleted.
Oops, something went wrong.