Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support LLVM 20 #277

Open
DarkTyger opened this issue Sep 9, 2024 · 1 comment
Open

Support LLVM 20 #277

DarkTyger opened this issue Sep 9, 2024 · 1 comment
Labels
C-feature-request Category: Feature Request

Comments

@DarkTyger
Copy link

Please add support for clang 20 (or greater):

cd /tmp
git clone https://github.com/NASA-SW-VnV/ikos
cd ikos
md build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/tmp/ikos/dist ..
make

Output:

Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0 (found version "1.55.0")
Found Boost components:
   filesystem;system

-- Found LLVM: /usr/lib/llvm-20 (found version "20.0.0")
CMake Error at frontend/llvm/CMakeLists.txt:107 (message):
  LLVM 14 is required.
@ivanperez-keera
Copy link
Collaborator

We are trying to work our way up in LLVM versions from the current one (version 14).

Is this something you could help with?

@ivanperez-keera ivanperez-keera changed the title clang-20 Support LLVM 20 Sep 21, 2024
@ivanperez-keera ivanperez-keera added the C-feature-request Category: Feature Request label Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants