-
Notifications
You must be signed in to change notification settings - Fork 135
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
Build failed #449
Comments
Did you build LLVM as shared library? If not, either do that or you may try turning of dynamic linking. |
It seems I did not add |
The answer is "yes" for both questions ;) |
Thank you very much, I can build it successfully on my Ubuntu virtual machine. But there is a new problem, when I try to build it in the same way on MacOS + m2 (arm64 arch). There is always error : It seems dg could not successfully link to LLVM when statically build. Should I modify |
I vaguely remember that there was some kind of this problem when statically linking on MacOS. If you know how to fix that, feel free to goo ahead and do it. You can also send a PR. |
Ok, I will try, so could I first assume there would be no problem dynamically linking to LLVM on MacOS? |
Environment is:
LLVM 11.0.0 (the root dir of LLVM project is set in user environment variable)
SVF-2.3
dg-master
CMake message is:
build process is:
It seems that dg could not link to LLVM, the default linking mode is dynamic link, and variable ${llvm} is set to
LLVM
. Is there any problems in here? How could I fix this?The text was updated successfully, but these errors were encountered: