-
Notifications
You must be signed in to change notification settings - Fork 37
LLVM-11 support #146
Comments
Note: @fshaked pointed out that, instead of using |
Note that rustc is now based on LLVM12 and that KLEE has a LLVM12 pull request: 1389 |
Fyi, I've tried integrating LLVM12 by cherry-picking the changes that you've applied to inkwell in this fork on top of the latest commit from inkwell master branch... The docker images building process terminates well, including By checking out the aforementioned branch supporting LLVM12, I'll get more promising results hopefully. Edit With
whereas after switching to uclibc, someting slightly better comes out of it but with the external call failing, it doesn't appear to be very helpful.
|
The experimental support for LLVM-11 does not fully work.
The error seen with #[test] is as follows. (This is obtained by using
cargo verify -vvvvvv
then cutting and pasting the command used to invoke KLEE.)It is not obvious what is going wrong here.
The text was updated successfully, but these errors were encountered: