-
Notifications
You must be signed in to change notification settings - Fork 152
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
Type checker error translating LLVM bitcode to AR #187
Comments
@robertguetzkow I am unable to reproduce this issue. Are you able at all to provide a docker image where the problem manifests? You can use this as a starting point and you can base it off of Thanks! |
@ivanperez-keera Thank you for your reply. The original report is from more than a year ago and it might behave differently with current versions of IKOS and Blender. I'll try to find some time on a weekend and check if the issue still occurs on my end. If it does, I'll build a Dockerfile. |
Excellent. Thank you! |
IKOS compiles successfully, but running ikos-scan does not work. Right from the start CMake fails to detect ABI compatibility and the compiler test fails as well. IKOS was build using the following commands and completes without reporting errors
Command used for the build attempt with Blender:
From the
It seems ikos-scan is not executing the compiler as expected and llvm-link is getting no output to link. Note that this is CMake's "pre-flight" check before starting the actual build. Unfortunately, I don't have more time today to investigate this further.
|
I will provide a Dockerfile/Containerfile next weekend. |
@robertguetzkow I think the error you are finding now is known (see #203). Any of the two following proposals would fix it: PhilipBotha@fc95883 Let me know if either works for you. I plan to address that issue in the upcoming release. |
Compiler is properly detected now and compiles correctly. However, the final step of creating the blender binary fails due to linking errors with OpenImageIO where required libraries aren't being found as they are supposed to (which does work correctly in the regular build without ikos). I'll have to investigate why that happens.
|
Linking appears to work when using If I find some time, I'll try to figure out the error. The following does not work, while the build on the regular system does, except for the analysis.
The image id can be found through |
I attempted to analyze Blender with IKOS. It fails during the "Translating LLVM bitcode to AR" step with the following errors:
Please let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: