We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8c2da commit 77c3a90Copy full SHA for 77c3a90
README.md
@@ -22,7 +22,7 @@ If you want the script to build LLVM and then IMEX, do as follows:
22
23
```sh
24
external_lit=`which lit`
25
-python scripts/build_imex.py \
+python build_tools/build_imex.py \
26
--working-dir $local-working-dir-to-build-llvm \
27
--external-lit ${external_lit}
28
```
@@ -34,7 +34,7 @@ Make sure your LLVM install is built from the git commit sha as stated in
34
35
36
37
38
39
--llvm-install $llvm-target-dir \
40
0 commit comments