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 c128f3b commit fef88d2Copy full SHA for fef88d2
libclc/README.md
@@ -31,8 +31,8 @@ more targets is welcome.
31
32
For an in-tree build, Clang must also be built at the same time:
33
```
34
-$ cmake <path-to>/llvm-project/llvm/CMakeLists.txt -DLLVM_ENABLE_PROJECTS="libclc;clang" \
35
- -DCMAKE_BUILD_TYPE=Release -G Ninja
+$ cmake <path-to>/llvm-project/llvm/CMakeLists.txt -DLLVM_ENABLE_PROJECTS="clang" \
+ -DLLVM_ENABLE_RUNTIMES="libclc" -DCMAKE_BUILD_TYPE=Release -G Ninja
36
$ ninja
37
38
Then install:
0 commit comments