-
I tried to build from source as opposed to using one of the prebuilt versions and ran into an issue.
The version I am using is
I followed the standard llvm build instructions and used the following cmake command
and then compiled with I assume I just missed something in the build process, but am not sure what it is, so if there is any instruction on building from source I can give them a try. On this machine I also have old versions which I downloaded from the scripts of both OpenCilk-10.0.1-Linux and OpenCilk-9.0.1-Linux and I am not sure if they could be conflicting with anything. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There are a couple differences between OpenCilk's build-from-source process and LLVM's.
Let me know if those two changes work for you. |
Beta Was this translation helpful? Give feedback.
-
Thanks, that worked |
Beta Was this translation helpful? Give feedback.
There are a couple differences between OpenCilk's build-from-source process and LLVM's.
opencilk-project/cheetah
and productivity-tools (https://github.com/OpenCilk/productivity-tools) intoopencilk-project/cilktools
.-DCMAKE_BUILD_TYPE
and so on), you need to also specify-DLLVM_ENABLE_RUNTIMES="cheetah;cilktools"
.Aside from those two differences, the rest of the build-from-source process should be similar between OpenCilk and LLVM.
Let me know if those two changes work for you.