You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I can not build medusa out of the box due to CMake being stuck on LLVM_ROOT not being defined when building compil.
When LLVM_ROOT is defined when invoking cmake (... -DLLVM_ROOT=/usr/lib/llvm-3.9) its definition is not passed on to the cmake build for compil, and furthermore it appears to have been ignored by cmake, since it's not in CMakeCache.txt.
The text was updated successfully, but these errors were encountered:
The build system is currently broken. I might overcome something, but normally LLVM_ROOT is not mandatory to use Medusa.
Do you need this compil_llvm? This module is quite recent (compared to the others) and probably not stable.
Currently, I can not build medusa out of the box due to CMake being stuck on LLVM_ROOT not being defined when building
compil
.When
LLVM_ROOT
is defined when invoking cmake (... -DLLVM_ROOT=/usr/lib/llvm-3.9
) its definition is not passed on to the cmake build for compil, and furthermore it appears to have been ignored by cmake, since it's not in CMakeCache.txt.The text was updated successfully, but these errors were encountered: