8000 Use lit.py directly from llvm-project/llvm in build-script · swiftlang/swift-syntax@70a4549 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70a4549

Browse files
authored
Use lit.py directly from llvm-project/llvm in build-script
1 parent decde25 commit 70a4549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
INCR_TRANSFER_ROUNDTRIP_EXEC = \
1717
WORKSPACE_DIR + '/swift/utils/incrparse/incr_transfer_round_trip.py'
1818
GYB_EXEC = WORKSPACE_DIR + '/swift/utils/gyb'
19-
LIT_EXEC = WORKSPACE_DIR + '/llvm/utils/lit/lit.py'
19+
LIT_EXEC = WORKSPACE_DIR + '/llvm-project/llvm/utils/lit/lit.py'
2020
GROUP_INFO_PATH = PACKAGE_DIR + '/utils/group.json'
2121

2222
BASE_KIND_FILES = {

0 commit comments

Comments
 (0)
0