Skip to content
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

Program fails assert_every_pointer_constant_points_to_something #10

Open
langston-barrett opened this issue Aug 11, 2022 · 0 comments
Open

Comments

@langston-barrett
Copy link
Collaborator

 </mate/copy.ll>:45:getelementptr inbounds ([0 x i8], [0 x i8]* @uc, i32 0, i32 0)
; ModuleID = '/tmp/reduce-py-cache/incompatible-sign.-O0.bc'
source_filename = "/mate/llvm-project/clang/test/Sema/incompatible-sign.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-linux-gnu"

@uc = external global [0 x i8], align 1
@constinit = private global [1 x i8*] [i8* getelementptr inbounds ([0 x i8], [0 x i8]* @uc, i32 0, i32 0)], align 8

!llvm.module.flags = !{!0}
!llvm.ident = !{!1}

!0 = !{i32 1, !"wchar_size", i32 4}
!1 = !{!"clang version 10.0.0-4ubuntu1 "}
@langston-barrett langston-barrett added bug/unsoundness The analysis is unsound, i.e., missing points-to facts and removed bug/unsoundness The analysis is unsound, i.e., missing points-to facts labels Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant