-
Notifications
You must be signed in to change notification settings - Fork 71
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
Running on recent stable Kernel 5.13.9 #37
Comments
FYI As you can see Clang target was modified to |
Bunch of Bitcode is there:
236 directories, 2645 files |
The question is also if this could work, clang/llvm 9 bitcode analyzed by clang/llvm 3.8 based Dr_checker |
Hey @marcinguy , I don't think this would work with llvm 9. The LLVM API changed a lot. I don't have enough cycles to do this myself. However, you are free to port it to LLVM 9 and raise the pull request. |
Hi,
Is this project still maintained/supported?
If I succeed I can make a PR to update this tool to recent versions.
Had to jump through some hops, but made it to compile Bitcode with clang-9.
As you see some files generate linked warnings.
However the Bitcode seems to be there.
Compiled with
make defconfig
Wondering why it shows no hits, also why
entry_point_out.txt
is empty.Any tips on what I do wrong?
Full debug:
The text was updated successfully, but these errors were encountered: