Skip to content

Commit

Permalink
Remove llvm.src hack now that llvm-project is in use
Browse files Browse the repository at this point in the history
The master appears to have restarted, and the annotated bots seem to be
using stale checkouts. They didn't see the Dexter change.
  • Loading branch information
rnk committed Oct 31, 2019
1 parent 68341a8 commit d658a41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions zorg/buildbot/builders/annotated/annotated_builder.py
Expand Up @@ -298,11 +298,6 @@ def run_steps(
cwd = os.getcwd()
source_dir = pjoin(cwd, 'llvm-project')
build_dir = pjoin(cwd, 'build')
# If llvm-project doesn't exist, use llvm.src, the old location.
# TODO: Remove this after a master restart.
if not os.path.exists(source_dir):
source_dir = pjoin(cwd, '../llvm.src')
build_dir = cwd
cmake_args = ['-GNinja', '-DLLVM_ENABLE_PROJECTS=' + ';'.join(projects)]

try:
Expand Down

0 comments on commit d658a41

Please sign in to comment.