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
When I go to build it according to the readme I get this:
...
...
-- Using LLVMConfig.cmake in: /usr/lib/cmake/llvm
CMake Error at /usr/lib/cmake/llvm/LLVM-Config.cmake:138 (message):
Target X86 is not in the set of libraries.
Call Stack (most recent call first):
/usr/lib/cmake/llvm/LLVM-Config.cmake:263 (llvm_expand_pseudo_components)
CMakeLists.txt:56 (llvm_map_components_to_libnames)
The text was updated successfully, but these errors were encountered:
I could not reproduce it on my system, but I suspect the issue has to do with your machine not supporting cross-compilation to x86. Are you running on a M1 or ARM system by any chance?
I've updated the CMake to match the newest updates to LLVM. Previously I selected all the components for each target manually, now it should do that automagically. Try pulling these changes and rerunning cmake. If we are lucky it will build
When I go to build it according to the readme I get this:
The text was updated successfully, but these errors were encountered: