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 6e1076c commit 88888e5Copy full SHA for 88888e5
clang-fe/INSTALL.md
@@ -7,8 +7,14 @@ First get the dependencies
7
8
On Ubuntu, run `sudo apt-get install llvm-7 libllvm7 clang-7`
9
10
+## Missing Clang `Headers` :
11
+
12
+```bash
13
+sudo apt-get install libclang-7-dev
14
+```
15
16
Get them at http://clang.llvm.org/get_started.html
17
18
Then run `make` while inside the clang-fe directory. This should make an executable named ssa-transform.
19
-You may need to edit the include variables of `make` if llvm-config-7 does not include the clang include directory or produces linker errors.
20
+You may need to edit the include variables of `make` if llvm-config-7 does not include the clang include directory or produces linker errors.
0 commit comments