Skip to content

Commit b0ba18d

Browse files
committed
Move directory structure
1 parent 2d92856 commit b0ba18d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.

polly/.buildbot/polly-x86_64-linux-test-suite.py renamed to polly/ci/polly-x86_64-linux-test-suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Adapt to location in source tree
88
llvmsrcroot = os.path.normpath(f"{__file__}/../../..")
99

10-
sys.path.insert(0, os.path.join(llvmsrcroot, '.buildbot/common'))
10+
sys.path.insert(0, os.path.join(llvmsrcroot, '.ci/buildbot'))
1111
import worker
1212

1313

0 commit comments

Comments
 (0)