Skip to content

Commit

Permalink
Removed deprecated legacy mode from SanitizerBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Jul 24, 2020
1 parent 13d5bd0 commit 25a1c12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zorg/buildbot/builders/SanitizerBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ def getSanitizerBuildFactory(
clean=False,
depends_on_projects=None,
env=None,
timeout=1200,
is_legacy_mode=False):
timeout=1200):

# Prepare environmental variables. Set here all env we want everywhere.
merged_env = {
Expand Down Expand Up @@ -36,7 +35,6 @@ def getSanitizerBuildFactory(
sanitizer_script = "../%s/zorg/buildbot/builders/sanitizers/%s" % (sanitizer_script_dir, "buildbot_selector.py")

f = LLVMBuildFactory(
is_legacy_mode=is_legacy_mode,
clean=clean,
depends_on_projects=depends_on_projects,
llvm_srcdir=sanitizer_script_dir)
Expand Down

0 comments on commit 25a1c12

Please sign in to comment.