We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. in x86_64.ubuntu20.dnsmasq.clang.O0.nopie.nostrip/x86_64.ubuntu20.dnsmasq.clang.O0.nopie.nostrip.elf:
x86_64.ubuntu20.dnsmasq.clang.O0.nopie.nostrip/x86_64.ubuntu20.dnsmasq.clang.O0.nopie.nostrip.elf
The function is defined as:
define i64 @cache_get_name({ <52 x i8>, i32, { }* }* %arg0) {
Yet, in the final block we infer a pointer type for the return value:
block_0_403d83: ; r22 %t29 = phi { }* [ %t11, %block_0_403d3d ], [ %t25, %block_0_403d61 ], [ %t28, %block_0_403d72 ] ret { }* %t29
These are incompatible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. in
x86_64.ubuntu20.dnsmasq.clang.O0.nopie.nostrip/x86_64.ubuntu20.dnsmasq.clang.O0.nopie.nostrip.elf
:The function is defined as:
Yet, in the final block we infer a pointer type for the return value:
These are incompatible.
The text was updated successfully, but these errors were encountered: