Skip to content

Commit 214a52a

Browse files
authored
Merge pull request #75 from apple/shahmishal/fix-lit-test-script
Update the litTest script to use llvm-project
2 parents 3ceb61d + af4e4c2 commit 214a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
set -ex
44

55
# Delegate to lit to actually test.
6-
python ../llvm/utils/lit/lit.py -sv "$@"
6+
python ../llvm-project/llvm/utils/lit/lit.py -sv "$@"

0 commit comments

Comments
 (0)