Skip to content

Commit ded392b

Browse files
committed
Update README with required llvm-bin-dir flag
1 parent b371348 commit ded392b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ swift-project.
1111

1212
Run the tests using:
1313

14-
sh ./litTest -sv --param package-path=/path/to/downloadable-package .
14+
sh ./litTest -sv --param package-path=/path/to/downloadable-package --param llvm-bin-dir=/usr/bin .
1515

16-
where the path is the unarchived package root path.
16+
where the first path is the unarchived package root path and the second has LLVM
17+
utilities like `FileCheck`.
1718

1819
Tests
1920
-----

0 commit comments

Comments
 (0)