Skip to content

Commit 77c3a90

Browse files
authored
minor readme fix in build script path (#303)
minor change in readme for build script path
1 parent 6b8c2da commit 77c3a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If you want the script to build LLVM and then IMEX, do as follows:
2222

2323
```sh
2424
external_lit=`which lit`
25-
python scripts/build_imex.py \
25+
python build_tools/build_imex.py \
2626
--working-dir $local-working-dir-to-build-llvm \
2727
--external-lit ${external_lit}
2828
```
@@ -34,7 +34,7 @@ Make sure your LLVM install is built from the git commit sha as stated in
3434

3535
```sh
3636
external_lit=`which lit`
37-
python scripts/build_imex.py \
37+
python build_tools/build_imex.py \
3838
--working-dir $local-working-dir-to-build-llvm \
3939
--llvm-install $llvm-target-dir \
4040
--external-lit ${external_lit}

0 commit comments

Comments
 (0)