Skip to content

Commit

Permalink
[asan] Rename buildbot_bootstrap.sh > buildbot_bootstrap_asan.sh
Browse files Browse the repository at this point in the history
llvm-svn: 370125
  • Loading branch information
vitalybuka committed Aug 27, 2019
1 parent 7bcf1e8 commit bd328b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def cmd_call(path):
'sanitizer-ppc64le-linux': bash('buildbot_cmake.sh'),
'sanitizer-ppc64be-linux': bash('buildbot_cmake.sh'),
'sanitizer-x86_64-linux': bash('buildbot_cmake.sh'),
'sanitizer-x86_64-linux-bootstrap': bash('buildbot_bootstrap.sh'),
'sanitizer-x86_64-linux-fast': bash('buildbot_fast.sh'),
'sanitizer-x86_64-linux-autoconf': bash('buildbot_standard.sh'),
'sanitizer-x86_64-linux-fuzzer': bash('buildbot_fuzzer.sh'),
'sanitizer-x86_64-linux-android': bash('buildbot_android.sh'),
'sanitizer-x86_64-linux-bootstrap': bash('buildbot_bootstrap_asan.sh'),
'sanitizer-x86_64-linux-bootstrap-msan': bash('buildbot_bootstrap_msan.sh'),
'sanitizer-x86_64-linux-bootstrap-ubsan': bash('buildbot_bootstrap_ubsan.sh'),
'sanitizer-x86_64-linux-gn': bash('buildbot_gn.sh'),
Expand Down

0 comments on commit bd328b2

Please sign in to comment.